#BCD5E3

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

Shades of Light Blue #BCD5E3

Tints of Light Blue #BCD5E3

Color information

#BCD5E3 (or 0xBCD5E3) is unknown color: approx Light Blue. HEX triplet: BC, D5 and E3. RGB value is (188,213,227). Sum of RGB (Red+Green+Blue) = 188+213+227=628 (83% of max value = 765). Red value is 188 (73.83% from 255 or 29.94% from 628); Green value is 213 (83.59% from 255 or 33.92% from 628); Blue value is 227 (89.06% from 255 or 36.15% from 628); Max value from RGB is 227 - color contains mainly: blue. Hex color #BCD5E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD5E3 is #432A1C. Grayscale: #CFCFCF. Windows color (decimal): -4401693 or 14931388. OLE color: 14931388.

HSL color Cylindrical-coordinate representation of color #BCD5E3: hue angle of 201.54º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCD5E3 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188213227-
CMYK0.170.0600.11
HSL201.54º41.05%81.37%-
HSV(B)201.54º17.18%89.02%-
XYZ58.463.8381.91-
YUV207.12139.22114.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.94%
GREEN value IS 213 (83.59% from 255) = 33.92%
BLUE value IS 227 (89.06% from 255) = 36.15%
R=29.94%
G=33.92%
B=36.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1882132270.170.0600.11201.5441.0581.37
HexBCD5E31160Bca2951
Octal27432534321601331251121
Binary1011110011010101111000111000111001011110010101010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD5E3; }

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

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

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

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

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

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

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

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