#BDD6EF

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

Shades of Pale Cornflower Blue #BDD6EF

Tints of Pale Cornflower Blue #BDD6EF

Color information

#BDD6EF (or 0xBDD6EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D6 and EF. RGB value is (189,214,239). Sum of RGB (Red+Green+Blue) = 189+214+239=642 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.44% from 642); Green value is 214 (83.98% from 255 or 33.33% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDD6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD6EF is #422910. Grayscale: #D1D1D1. Windows color (decimal): -4335889 or 15718077. OLE color: 15718077.

HSL color Cylindrical-coordinate representation of color #BDD6EF: hue angle of 210º 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 #BDD6EF is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189214239-
CMYK0.210.1000.06
HSL210º60.98%83.92%-
HSV(B)210º20.92%93.73%-
XYZ60.6165.1491.04-
YUV209.38144.72113.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.44%
GREEN value IS 214 (83.98% from 255) = 33.33%
BLUE value IS 239 (93.75% from 255) = 37.23%
R=29.44%
G=33.33%
B=37.23%

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
Decimal1892142390.210.1000.0621060.9883.92
HexBDD6EF15A06d23d54
Octal27532635725120632275124
Binary1011110111010110111011111010110100110110100101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD6EF; }

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

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

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

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

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

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

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

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