#BCD6EF

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

Shades of Pale Cornflower Blue #BCD6EF

Tints of Pale Cornflower Blue #BCD6EF

Color information

#BCD6EF (or 0xBCD6EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D6 and EF. RGB value is (188,214,239). Sum of RGB (Red+Green+Blue) = 188+214+239=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCD6EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD6EF is #432910. Grayscale: #D0D0D0. Windows color (decimal): -4401425 or 15718076. OLE color: 15718076.

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

Color convert

RGB188214239-
CMYK0.210.1000.06
HSL209.41º61.45%83.73%-
HSV(B)209.41º21.34%93.73%-
XYZ60.3765.0291.03-
YUV209.08144.89112.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.33%
GREEN value IS 214 (83.98% from 255) = 33.39%
BLUE value IS 239 (93.75% from 255) = 37.29%
R=29.33%
G=33.39%
B=37.29%

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
Decimal1882142390.210.1000.06209.4161.4583.73
HexBCD6EF15A06d13d54
Octal27432635725120632175124
Binary1011110011010110111011111010110100110110100011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD6EF; }

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

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

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

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

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

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

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

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