#BDD8EF

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

Shades of Pale Cornflower Blue #BDD8EF

Tints of Pale Cornflower Blue #BDD8EF

Color information

#BDD8EF (or 0xBDD8EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D8 and EF. RGB value is (189,216,239). Sum of RGB (Red+Green+Blue) = 189+216+239=644 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.35% from 644); Green value is 216 (84.77% from 255 or 33.54% from 644); Blue value is 239 (93.75% from 255 or 37.11% from 644); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDD8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD8EF is #422710. Grayscale: #D2D2D2. Windows color (decimal): -4335377 or 15718589. OLE color: 15718589.

HSL color Cylindrical-coordinate representation of color #BDD8EF: hue angle of 207.6º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDD8EF is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189216239-
CMYK0.210.1000.06
HSL207.6º60.98%83.92%-
HSV(B)207.6º20.92%93.73%-
XYZ61.1266.1691.21-
YUV210.55144.05112.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.35%
GREEN value IS 216 (84.77% from 255) = 33.54%
BLUE value IS 239 (93.75% from 255) = 37.11%
R=29.35%
G=33.54%
B=37.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1892162390.210.1000.06207.660.9883.92
HexBDD8EF15A06d03d54
Octal27533035725120632075124
Binary1011110111011000111011111010110100110110100001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD8EF; }

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

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

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

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

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

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

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

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