#baced4

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

Shades of Light Blue #BACED4

Tints of Light Blue #BACED4

Color information

#BACED4 (or 0xBACED4) is unknown color: approx Light Blue. HEX triplet: BA, CE and D4. RGB value is (186,206,212). Sum of RGB (Red+Green+Blue) = 186+206+212=604 (80% of max value = 765). Red value is 186 (73.05% from 255 or 30.79% from 604); Green value is 206 (80.86% from 255 or 34.11% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 212 - color contains mainly: blue. Hex color #BACED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACED4 is #45312B. Grayscale: #C8C8C8. Windows color (decimal): -4534572 or 13946554. OLE color: 13946554.

HSL color Cylindrical-coordinate representation of color #BACED4: hue angle of 193.85º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BACED4 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB186206212-
CMYK0.120.0300.17
HSL193.85º23.21%78.04%-
HSV(B)193.85º12.26%83.14%-
XYZ54.259.3470.88-
YUV200.7134.37117.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 30.79%
GREEN value IS 206 (80.86% from 255) = 34.11%
BLUE value IS 212 (83.20% from 255) = 35.10%
R=30.79%
G=34.11%
B=35.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1862062120.120.0300.17193.8523.2178.04
HexBACED4C3011c2174e
Octal27231632414302130227116
Binary10111010110011101101010011001101000111000010101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #baced4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #baced4; }

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

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

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

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

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

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

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

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