#BDDAFC

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

Shades of Pale Cornflower Blue #BDDAFC

Tints of Pale Cornflower Blue #BDDAFC

Color information

#BDDAFC (or 0xBDDAFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DA and FC. RGB value is (189,218,252). Sum of RGB (Red+Green+Blue) = 189+218+252=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDDAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAFC is #422503. Grayscale: #D5D5D5. Windows color (decimal): -4334852 or 16571069. OLE color: 16571069.

HSL color Cylindrical-coordinate representation of color #BDDAFC: hue angle of 212.38º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDDAFC is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189218252-
CMYK0.250.1300.01
HSL212.38º91.3%86.47%-
HSV(B)212.38º25%98.82%-
XYZ63.6367.99101.87-
YUV213.2149.89110.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.68%
GREEN value IS 218 (85.55% from 255) = 33.08%
BLUE value IS 252 (98.83% from 255) = 38.24%
R=28.68%
G=33.08%
B=38.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892182520.250.1300.01212.3891.386.47
HexBDDAFC19D01d45b56
Octal275332374311501324133126
Binary101111011101101011111100110011101011101010010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAFC; }

 p { color: rgb(189,218,252); }

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

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

 a { background-color: rgb(189,218,252); }

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

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

 span { border-color: rgb(189,218,252); }

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