#BDD8FF

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

Shades of Pale Cornflower Blue #BDD8FF

Tints of Pale Cornflower Blue #BDD8FF

Color information

#BDD8FF (or 0xBDD8FF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D8 and FF. RGB value is (189,216,255). Sum of RGB (Red+Green+Blue) = 189+216+255=660 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.64% from 660); Green value is 216 (84.77% from 255 or 32.73% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDD8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD8FF is #422700. Grayscale: #D4D4D4. Windows color (decimal): -4335361 or 16767165. OLE color: 16767165.

HSL color Cylindrical-coordinate representation of color #BDD8FF: hue angle of 215.45º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDD8FF is Cyan = 0.26, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189216255-
CMYK0.260.1500
HSL215.45º100%87.06%-
HSV(B)215.45º25.88%100%-
XYZ63.5967.15104.22-
YUV212.37152.05111.33-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.64%
GREEN value IS 216 (84.77% from 255) = 32.73%
BLUE value IS 255 (100% from 255) = 38.64%
R=28.64%
G=32.73%
B=38.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892162550.260.1500215.4510087.06
HexBDD8FF1AF00d76457
Octal275330377321700327144127
Binary101111011101100011111111110101111001101011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD8FF; }

 p { color: rgb(189,216,255); }

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

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

 a { background-color: rgb(189,216,255); }

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

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

 span { border-color: rgb(189,216,255); }

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