#BCDAE5

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

Shades of Light Blue #BCDAE5

Tints of Light Blue #BCDAE5

Color information

#BCDAE5 (or 0xBCDAE5) is unknown color: approx Light Blue. HEX triplet: BC, DA and E5. RGB value is (188,218,229). Sum of RGB (Red+Green+Blue) = 188+218+229=635 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.61% from 635); Green value is 218 (85.55% from 255 or 34.33% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCDAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDAE5 is #43251A. Grayscale: #D2D2D2. Windows color (decimal): -4400411 or 15063740. OLE color: 15063740.

HSL color Cylindrical-coordinate representation of color #BCDAE5: hue angle of 196.1º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCDAE5 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188218229-
CMYK0.180.0500.10
HSL196.1º44.09%81.76%-
HSV(B)196.1º17.9%89.8%-
XYZ59.9566.4983.8-
YUV210.28138.56112.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.61%
GREEN value IS 218 (85.55% from 255) = 34.33%
BLUE value IS 229 (89.84% from 255) = 36.06%
R=29.61%
G=34.33%
B=36.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882182290.180.0500.10196.144.0981.76
HexBCDAE51250Ac42c52
Octal27433234522501230454122
Binary1011110011011010111001011001010101010110001001011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAE5; }

 p { color: rgb(188,218,229); }

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

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

 a { background-color: rgb(188,218,229); }

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

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

 span { border-color: rgb(188,218,229); }

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