#BCDAE6

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

Shades of Light Blue #BCDAE6

Tints of Light Blue #BCDAE6

Color information

#BCDAE6 (or 0xBCDAE6) is unknown color: approx Light Blue. HEX triplet: BC, DA and E6. RGB value is (188,218,230). Sum of RGB (Red+Green+Blue) = 188+218+230=636 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.56% from 636); Green value is 218 (85.55% from 255 or 34.28% from 636); Blue value is 230 (90.23% from 255 or 36.16% from 636); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCDAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDAE6 is #432519. Grayscale: #D2D2D2. Windows color (decimal): -4400410 or 15129276. OLE color: 15129276.

HSL color Cylindrical-coordinate representation of color #BCDAE6: hue angle of 197.14º degrees, saturation: 0.46, 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 #BCDAE6 is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188218230-
CMYK0.180.0500.10
HSL197.14º45.65%81.96%-
HSV(B)197.14º18.26%90.2%-
XYZ60.0966.5584.54-
YUV210.4139.06112.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.56%
GREEN value IS 218 (85.55% from 255) = 34.28%
BLUE value IS 230 (90.23% from 255) = 36.16%
R=29.56%
G=34.28%
B=36.16%

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
Decimal1882182300.180.0500.10197.1445.6581.96
HexBCDAE61250Ac52e52
Octal27433234622501230556122
Binary1011110011011010111001101001010101010110001011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDAE6; }

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

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

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

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

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

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

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

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