#BCDBEA

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

Shades of Light Blue #BCDBEA

Tints of Light Blue #BCDBEA

Color information

#BCDBEA (or 0xBCDBEA) is unknown color: approx Light Blue. HEX triplet: BC, DB and EA. RGB value is (188,219,234). Sum of RGB (Red+Green+Blue) = 188+219+234=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 234 (91.80% from 255 or 36.51% from 641); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCDBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDBEA is #432415. Grayscale: #D3D3D3. Windows color (decimal): -4400150 or 15391676. OLE color: 15391676.

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

Color convert

RGB188219234-
CMYK0.200.0600.08
HSL199.57º52.27%82.75%-
HSV(B)199.57º19.66%91.76%-
XYZ60.9267.2987.62-
YUV211.44140.73111.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.33%
GREEN value IS 219 (85.94% from 255) = 34.17%
BLUE value IS 234 (91.80% from 255) = 36.51%
R=29.33%
G=34.17%
B=36.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882192340.200.0600.08199.5752.2782.75
HexBCDBEA14608c83453
Octal27433335224601031064123
Binary1011110011011011111010101010011001000110010001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDBEA; }

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

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

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

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

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

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

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

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