#BDDBFA

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

Shades of Pale Cornflower Blue #BDDBFA

Tints of Pale Cornflower Blue #BDDBFA

Color information

#BDDBFA (or 0xBDDBFA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DB and FA. RGB value is (189,219,250). Sum of RGB (Red+Green+Blue) = 189+219+250=658 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.72% from 658); Green value is 219 (85.94% from 255 or 33.28% from 658); Blue value is 250 (98.05% from 255 or 37.99% from 658); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDDBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDBFA is #422405. Grayscale: #D5D5D5. Windows color (decimal): -4334598 or 16440253. OLE color: 16440253.

HSL color Cylindrical-coordinate representation of color #BDDBFA: hue angle of 210.49º 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 #BDDBFA is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189219250-
CMYK0.240.1200.02
HSL210.49º85.92%86.08%-
HSV(B)210.49º24.4%98.04%-
XYZ63.5768.38100.29-
YUV213.56148.56110.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.72%
GREEN value IS 219 (85.94% from 255) = 33.28%
BLUE value IS 250 (98.05% from 255) = 37.99%
R=28.72%
G=33.28%
B=37.99%

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
Decimal1892192500.240.1200.02210.4985.9286.08
HexBDDBFA18C02d25656
Octal275333372301402322126126
Binary1011110111011011111110101100011000101101001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDBFA; }

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

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

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

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

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

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

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

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