#BDD8FE

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

Shades of Pale Cornflower Blue #BDD8FE

Tints of Pale Cornflower Blue #BDD8FE

Color information

#BDD8FE (or 0xBDD8FE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D8 and FE. RGB value is (189,216,254). Sum of RGB (Red+Green+Blue) = 189+216+254=659 (87% of max value = 765). Red value is 189 (74.22% from 255 or 28.68% from 659); Green value is 216 (84.77% from 255 or 32.78% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDD8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD8FE is #422701. Grayscale: #D4D4D4. Windows color (decimal): -4335362 or 16701629. OLE color: 16701629.

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

Color convert

RGB189216254-
CMYK0.260.1500.00
HSL215.08º97.01%86.86%-
HSV(B)215.08º25.59%99.61%-
XYZ63.4367.09103.37-
YUV212.26151.55111.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 28.68%
GREEN value IS 216 (84.77% from 255) = 32.78%
BLUE value IS 254 (99.61% from 255) = 38.54%
R=28.68%
G=32.78%
B=38.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1892162540.260.1500.00215.0897.0186.86
HexBDD8FE1AF00d76157
Octal275330376321700327141127
Binary101111011101100011111110110101111001101011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD8FE; }

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

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

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

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

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

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

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

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