#BCD7EF

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

Shades of Pale Cornflower Blue #BCD7EF

Tints of Pale Cornflower Blue #BCD7EF

Color information

#BCD7EF (or 0xBCD7EF) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D7 and EF. RGB value is (188,215,239). Sum of RGB (Red+Green+Blue) = 188+215+239=642 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.28% from 642); Green value is 215 (84.38% from 255 or 33.49% 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 #BCD7EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD7EF is #432810. Grayscale: #D1D1D1. Windows color (decimal): -4401169 or 15718332. OLE color: 15718332.

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

Color convert

RGB188215239-
CMYK0.210.1000.06
HSL208.24º61.45%83.73%-
HSV(B)208.24º21.34%93.73%-
XYZ60.6265.5291.11-
YUV209.66144.55112.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.28%
GREEN value IS 215 (84.38% from 255) = 33.49%
BLUE value IS 239 (93.75% from 255) = 37.23%
R=29.28%
G=33.49%
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
Decimal1882152390.210.1000.06208.2461.4583.73
HexBCD7EF15A06d03d54
Octal27432735725120632075124
Binary1011110011010111111011111010110100110110100001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD7EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD7EF; }

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

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

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

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

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

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

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

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