#BDDDFA

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

Shades of Pale Cornflower Blue #BDDDFA

Tints of Pale Cornflower Blue #BDDDFA

Color information

#BDDDFA (or 0xBDDDFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DD and FA. RGB value is (189,221,250). Sum of RGB (Red+Green+Blue) = 189+221+250=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 221 (86.72% from 255 or 33.48% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDDDFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDFA is #422205. Grayscale: #D6D6D6. Windows color (decimal): -4334086 or 16440765. OLE color: 16440765.

HSL color Cylindrical-coordinate representation of color #BDDDFA: hue angle of 208.52º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDDDFA is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189221250-
CMYK0.240.1200.02
HSL208.52º85.92%86.08%-
HSV(B)208.52º24.4%98.04%-
XYZ64.169.43100.47-
YUV214.74147.9109.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.64%
GREEN value IS 221 (86.72% from 255) = 33.48%
BLUE value IS 250 (98.05% from 255) = 37.88%
R=28.64%
G=33.48%
B=37.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892212500.240.1200.02208.5285.9286.08
HexBDDDFA18C02d15656
Octal275335372301402321126126
Binary1011110111011101111110101100011000101101000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDFA; }

 p { color: rgb(189,221,250); }

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

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

 a { background-color: rgb(189,221,250); }

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

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

 span { border-color: rgb(189,221,250); }

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