Html Css Color HEX #BCD9F2 Pale Cornflower Blue

📋 copy color: '#BCD9F2'

red 188 ◦ green 217 ◦ blue 242

#BCD9F2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Cornflower Blue #BCD9F2

Tints of Pale Cornflower Blue #BCD9F2

RGB

 RED value IS 188 (73.83% from 255) = 29.06%

 GREEN value IS 217 (85.16% from 255) = 33.54%

 BLUE value IS 242 (94.92% from 255) = 37.4%

R = 29.06%
G = 33.54%
B = 37.4%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCD9F2 (or 0xBCD9F2) is known color: Pale Cornflower Blue. HEX triplet: BC, D9 and F2. RGB value is (188,217,242). Sum of RGB (Red+Green+Blue) = 188+217+242=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 217 (85.16% from 255 or 33.54% from 647); Blue value is 242 (94.92% from 255 or 37.40% from 647); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCD9F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9F2 is #43260D. Grayscale: #D3D3D3. Windows color (decimal): -4400654 or 15915452. OLE color: 15915452.

HSL color Cylindrical-coordinate representation of color #BCD9F2: hue angle of 207.78º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCD9F2 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 217 242 -
CMYK 0.22 0.10 0 0.05
HSL 207.78º 0.68% 0.84% -
HSV(B) 207.78º 0.22% 0.95% -
XYZ 61.58 66.73 93.64 -
YUV 211.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 188 217 242 0.22 0.10 0 0.05 207.78 0.68 0.84
Hex BC D9 F2 16 A 0 5 D0 44 54
Octal 274 331 362 26 12 0 5 320 104 124
Binary 10111100 11011001 11110010 10110 1010 0 101 11010000 1000100 1010100

Color Harmonies of #BCD9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9F2

Black with #BCD9F2

Text Example


Text Example

White with #BCD9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9F2; }

 p { color: rgb(188,217,242); }

 H1.HeaderClassName
 {
   color: #BCD9F2;
 }
 .AnyTagClassName
 {
   color: #BCD9F2;
 }
</style>

background-color css

<style>
 a { background-color: #BCD9F2; }

 a { background-color: rgb(188,217,242); }

 div.DivClassName
 {
   background-color: #BCD9F2;
 }
 .BgClassName
 {
   background-color: #BCD9F2;
 }
</style>

border-color css

<style>
 span { border-color: #BCD9F2; }

 span { border-color: rgb(188,217,242); }

 td.TdClassName
 {
   border-color: #BCD9F2;
 }
 .TagClassName
 {
   border-color: #BCD9F2;
 }
</style>