#BDDDFC

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

Shades of Pale Cornflower Blue #BDDDFC

Tints of Pale Cornflower Blue #BDDDFC

Color information

#BDDDFC (or 0xBDDDFC) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DD and FC. RGB value is (189,221,252). Sum of RGB (Red+Green+Blue) = 189+221+252=662 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.55% from 662); Green value is 221 (86.72% from 255 or 33.38% from 662); Blue value is 252 (98.83% from 255 or 38.07% from 662); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDDDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDFC is #422203. Grayscale: #D6D6D6. Windows color (decimal): -4334084 or 16571837. OLE color: 16571837.

HSL color Cylindrical-coordinate representation of color #BDDDFC: hue angle of 209.52º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDDDFC is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189221252-
CMYK0.250.1200.01
HSL209.52º91.3%86.47%-
HSV(B)209.52º25%98.82%-
XYZ64.4169.56102.13-
YUV214.97148.9109.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.55%
GREEN value IS 221 (86.72% from 255) = 33.38%
BLUE value IS 252 (98.83% from 255) = 38.07%
R=28.55%
G=33.38%
B=38.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892212520.250.1200.01209.5291.386.47
HexBDDDFC19C01d25b56
Octal275335374311401322133126
Binary101111011101110111111100110011100011101001010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDFC; }

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

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

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

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

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

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

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

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