#BDD6EE

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

Shades of Pale Cornflower Blue #BDD6EE

Tints of Pale Cornflower Blue #BDD6EE

Color information

#BDD6EE (or 0xBDD6EE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BD, D6 and EE. RGB value is (189,214,238). Sum of RGB (Red+Green+Blue) = 189+214+238=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #BDD6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDD6EE is #422911. Grayscale: #D1D1D1. Windows color (decimal): -4335890 or 15652541. OLE color: 15652541.

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

Color convert

RGB189214238-
CMYK0.210.1000.07
HSL209.39º59.04%83.73%-
HSV(B)209.39º20.59%93.33%-
XYZ60.4765.0890.26-
YUV209.26144.22113.55-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.49%
GREEN value IS 214 (83.98% from 255) = 33.39%
BLUE value IS 238 (93.36% from 255) = 37.13%
R=29.49%
G=33.39%
B=37.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1892142380.210.1000.07209.3959.0483.73
HexBDD6EE15A07d13b54
Octal27532635625120732173124
Binary1011110111010110111011101010110100111110100011110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD6EE; }

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

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

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

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

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

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

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

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