#BDDAF0

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

Shades of Pale Cornflower Blue #BDDAF0

Tints of Pale Cornflower Blue #BDDAF0

Color information

#BDDAF0 (or 0xBDDAF0) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DA and F0. RGB value is (189,218,240). Sum of RGB (Red+Green+Blue) = 189+218+240=647 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.21% from 647); Green value is 218 (85.55% from 255 or 33.69% from 647); Blue value is 240 (94.14% from 255 or 37.09% from 647); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDDAF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAF0 is #42250F. Grayscale: #D3D3D3. Windows color (decimal): -4334864 or 15784637. OLE color: 15784637.

HSL color Cylindrical-coordinate representation of color #BDDAF0: hue angle of 205.88º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDDAF0 is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189218240-
CMYK0.210.0900.06
HSL205.88º62.96%84.12%-
HSV(B)205.88º21.25%94.12%-
XYZ61.7967.2592.16-
YUV211.84143.89111.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.21%
GREEN value IS 218 (85.55% from 255) = 33.69%
BLUE value IS 240 (94.14% from 255) = 37.09%
R=29.21%
G=33.69%
B=37.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892182400.210.0900.06205.8862.9684.12
HexBDDAF015906ce3f54
Octal27533236025110631677124
Binary1011110111011010111100001010110010110110011101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAF0; }

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

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

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

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

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

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

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

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