#BACED6

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

Shades of Light Blue #BACED6

Tints of Light Blue #BACED6

Color information

#BACED6 (or 0xBACED6) is unknown color: approx Light Blue. HEX triplet: BA, CE and D6. RGB value is (186,206,214). Sum of RGB (Red+Green+Blue) = 186+206+214=606 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.69% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 214 (83.98% from 255 or 35.31% from 606); Max value from RGB is 214 - color contains mainly: blue. Hex color #BACED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACED6 is #453129. Grayscale: #C8C8C8. Windows color (decimal): -4534570 or 14077626. OLE color: 14077626.

HSL color Cylindrical-coordinate representation of color #BACED6: hue angle of 197.14º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BACED6 is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186206214-
CMYK0.130.0400.16
HSL197.14º25.45%78.43%-
HSV(B)197.14º13.08%83.92%-
XYZ54.4659.4472.22-
YUV200.93135.37117.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.69%
GREEN value IS 206 (80.86% from 255) = 33.99%
BLUE value IS 214 (83.98% from 255) = 35.31%
R=30.69%
G=33.99%
B=35.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1862062140.130.0400.16197.1425.4578.43
HexBACED6D4010c5194e
Octal27231632615402030531116
Binary101110101100111011010110110110001000011000101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACED6; }

 p { color: rgb(186,206,214); }

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

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

 a { background-color: rgb(186,206,214); }

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

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

 span { border-color: rgb(186,206,214); }

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