#BCDBE8

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

Shades of Light Blue #BCDBE8

Tints of Light Blue #BCDBE8

Color information

#BCDBE8 (or 0xBCDBE8) is unknown color: approx Light Blue. HEX triplet: BC, DB and E8. RGB value is (188,219,232). Sum of RGB (Red+Green+Blue) = 188+219+232=639 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.42% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 232 (91.02% from 255 or 36.31% from 639); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCDBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDBE8 is #432417. Grayscale: #D3D3D3. Windows color (decimal): -4400152 or 15260604. OLE color: 15260604.

HSL color Cylindrical-coordinate representation of color #BCDBE8: hue angle of 197.73º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCDBE8 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188219232-
CMYK0.190.0600.09
HSL197.73º48.89%82.35%-
HSV(B)197.73º18.97%90.98%-
XYZ60.6467.1886.12-
YUV211.21139.73111.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.42%
GREEN value IS 219 (85.94% from 255) = 34.27%
BLUE value IS 232 (91.02% from 255) = 36.31%
R=29.42%
G=34.27%
B=36.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1882192320.190.0600.09197.7348.8982.35
HexBCDBE813609c63152
Octal27433335023601130661122
Binary1011110011011011111010001001111001001110001101100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBE8; }

 p { color: rgb(188,219,232); }

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

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

 a { background-color: rgb(188,219,232); }

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

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

 span { border-color: rgb(188,219,232); }

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