#BDDDFD

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

Shades of Pale Cornflower Blue #BDDDFD

Tints of Pale Cornflower Blue #BDDDFD

Color information

#BDDDFD (or 0xBDDDFD) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, DD and FD. RGB value is (189,221,253). Sum of RGB (Red+Green+Blue) = 189+221+253=663 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.51% from 663); Green value is 221 (86.72% from 255 or 33.33% from 663); Blue value is 253 (99.22% from 255 or 38.16% from 663); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDDDFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDDDFD is #422202. Grayscale: #D6D6D6. Windows color (decimal): -4334083 or 16637373. OLE color: 16637373.

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

Color convert

RGB189221253-
CMYK0.250.1300.01
HSL210º94.12%86.67%-
HSV(B)210º25.3%99.22%-
XYZ64.5769.62102.96-
YUV215.08149.4109.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.51%
GREEN value IS 221 (86.72% from 255) = 33.33%
BLUE value IS 253 (99.22% from 255) = 38.16%
R=28.51%
G=33.33%
B=38.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892212530.250.1300.0121094.1286.67
HexBDDDFD19D01d25e57
Octal275335375311501322136127
Binary101111011101110111111101110011101011101001010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDFD; }

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

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

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

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

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

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

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

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