#BCDAF2

Color #BCDAF2 Pale Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Cornflower Blue #BCDAF2

Tints of Pale Cornflower Blue #BCDAF2

Color information

#BCDAF2 (or 0xBCDAF2) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, DA and F2. RGB value is (188,218,242). Sum of RGB (Red+Green+Blue) = 188+218+242=648 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.01% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 242 (94.92% from 255 or 37.35% from 648); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCDAF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDAF2 is #43250D. Grayscale: #D3D3D3. Windows color (decimal): -4400398 or 15915708. OLE color: 15915708.

HSL color Cylindrical-coordinate representation of color #BCDAF2: hue angle of 206.67º 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 #BCDAF2 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB188218242-
CMYK0.220.1000.05
HSL206.67º67.5%84.31%-
HSV(B)206.67º22.31%94.9%-
XYZ61.8467.2493.72-
YUV211.77145.06111.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.01%
GREEN value IS 218 (85.55% from 255) = 33.64%
BLUE value IS 242 (94.92% from 255) = 37.35%
R=29.01%
G=33.64%
B=37.35%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1882182420.220.1000.05206.6767.584.31
HexBCDAF216A05cf4454
Octal274332362261205317104124
Binary10111100110110101111001010110101001011100111110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAF2; }

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

 H1.HeaderClassName
 {
   color: #BCDAF2;
 }
 .AnyTagClassName
 {
   color: #BCDAF2;
 }
</style>
background-color css

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

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

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

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

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

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