#BCD5EA

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

Shades of Pale Cornflower Blue #BCD5EA

Tints of Pale Cornflower Blue #BCD5EA

Color information

#BCD5EA (or 0xBCD5EA) is unknown color: approx Pale Cornflower Blue. HEX triplet: BC, D5 and EA. RGB value is (188,213,234). Sum of RGB (Red+Green+Blue) = 188+213+234=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 213 (83.59% from 255 or 33.54% from 635); Blue value is 234 (91.80% from 255 or 36.85% from 635); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCD5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD5EA is #432A15. Grayscale: #CFCFCF. Windows color (decimal): -4401686 or 15390140. OLE color: 15390140.

HSL color Cylindrical-coordinate representation of color #BCD5EA: hue angle of 207.39º degrees, saturation: 0.52, 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 #BCD5EA is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188213234-
CMYK0.200.0900.08
HSL207.39º52.27%82.75%-
HSV(B)207.39º19.66%91.76%-
XYZ59.3864.2287.11-
YUV207.92142.72113.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.61%
GREEN value IS 213 (83.59% from 255) = 33.54%
BLUE value IS 234 (91.80% from 255) = 36.85%
R=29.61%
G=33.54%
B=36.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882132340.200.0900.08207.3952.2782.75
HexBCD5EA14908cf3453
Octal274325352241101031764123
Binary10111100110101011110101010100100101000110011111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD5EA; }

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

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

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

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

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

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

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

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