#BDDAF7

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

Shades of Pale Cornflower Blue #BDDAF7

Tints of Pale Cornflower Blue #BDDAF7

Color information

#BDDAF7 (or 0xBDDAF7) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DA and F7. RGB value is (189,218,247). Sum of RGB (Red+Green+Blue) = 189+218+247=654 (86% of max value = 765). Red value is 189 (74.22% from 255 or 28.90% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 247 (96.88% from 255 or 37.77% from 654); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDDAF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDAF7 is #422508. Grayscale: #D4D4D4. Windows color (decimal): -4334857 or 16243389. OLE color: 16243389.

HSL color Cylindrical-coordinate representation of color #BDDAF7: hue angle of 210º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDDAF7 is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB189218247-
CMYK0.230.1200.03
HSL210º78.38%85.49%-
HSV(B)210º23.48%96.86%-
XYZ62.8567.6897.75-
YUV212.64147.39111.14-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.90%
GREEN value IS 218 (85.55% from 255) = 33.33%
BLUE value IS 247 (96.88% from 255) = 37.77%
R=28.90%
G=33.33%
B=37.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1892182470.230.1200.0321078.3885.49
HexBDDAF717C03d24e55
Octal275332367271403322116125
Binary1011110111011010111101111011111000111101001010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDAF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDAF7; }

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

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

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

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

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

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

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

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