#BCD5EB

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

Shades of Pale Cornflower Blue #BCD5EB

Tints of Pale Cornflower Blue #BCD5EB

Color information

#BCD5EB (or 0xBCD5EB) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D5 and EB. RGB value is (188,213,235). Sum of RGB (Red+Green+Blue) = 188+213+235=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 235 (92.19% from 255 or 36.95% from 636); Max value from RGB is 235 - color contains mainly: blue. Hex color #BCD5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5EB is #432A14. Grayscale: #CFCFCF. Windows color (decimal): -4401685 or 15455676. OLE color: 15455676.

HSL color Cylindrical-coordinate representation of color #BCD5EB: hue angle of 208.09º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCD5EB is Cyan = 0.2, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188213235-
CMYK0.20.0900.08
HSL208.09º54.02%82.94%-
HSV(B)208.09º20%92.16%-
XYZ59.5364.2887.87-
YUV208.03143.22113.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.56%
GREEN value IS 213 (83.59% from 255) = 33.49%
BLUE value IS 235 (92.19% from 255) = 36.95%
R=29.56%
G=33.49%
B=36.95%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882132350.20.0900.08208.0954.0282.94
HexBCD5EB14908d03653
Octal274325353241101032066123
Binary10111100110101011110101110100100101000110100001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD5EB; }

 p { color: rgb(188,213,235); }

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

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

 a { background-color: rgb(188,213,235); }

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

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

 span { border-color: rgb(188,213,235); }

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