#BCD6EE

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

Shades of Pale Cornflower Blue #BCD6EE

Tints of Pale Cornflower Blue #BCD6EE

Color information

#BCD6EE (or 0xBCD6EE) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D6 and EE. RGB value is (188,214,238). Sum of RGB (Red+Green+Blue) = 188+214+238=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 214 (83.98% from 255 or 33.44% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCD6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD6EE is #432911. Grayscale: #D0D0D0. Windows color (decimal): -4401426 or 15652540. OLE color: 15652540.

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

Color convert

RGB188214238-
CMYK0.210.1000.07
HSL208.8º59.52%83.53%-
HSV(B)208.8º21.01%93.33%-
XYZ60.2264.9690.25-
YUV208.96144.39113.05-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.38%
GREEN value IS 214 (83.98% from 255) = 33.44%
BLUE value IS 238 (93.36% from 255) = 37.19%
R=29.38%
G=33.44%
B=37.19%

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
Decimal1882142380.210.1000.07208.859.5283.53
HexBCD6EE15A07d13c54
Octal27432635625120732174124
Binary1011110011010110111011101010110100111110100011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD6EE; }

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

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

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

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

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

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

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

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