#BDDAFF

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

Shades of Pale Cornflower Blue #BDDAFF

Tints of Pale Cornflower Blue #BDDAFF

Color information

#BDDAFF (or 0xBDDAFF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DA and FF. RGB value is (189,218,255). Sum of RGB (Red+Green+Blue) = 189+218+255=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDDAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAFF is #422500. Grayscale: #D5D5D5. Windows color (decimal): -4334849 or 16767677. OLE color: 16767677.

HSL color Cylindrical-coordinate representation of color #BDDAFF: hue angle of 213.64º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDDAFF is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189218255-
CMYK0.260.1500
HSL213.64º100%87.06%-
HSV(B)213.64º25.88%100%-
XYZ64.1168.18104.39-
YUV213.55151.39110.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.55%
GREEN value IS 218 (85.55% from 255) = 32.93%
BLUE value IS 255 (100% from 255) = 38.52%
R=28.55%
G=32.93%
B=38.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892182550.260.1500213.6410087.06
HexBDDAFF1AF00d66457
Octal275332377321700326144127
Binary101111011101101011111111110101111001101011011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAFF; }

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

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

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

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

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

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

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

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