#BACCD2

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

Shades of Light Blue #BACCD2

Tints of Light Blue #BACCD2

Color information

#BACCD2 (or 0xBACCD2) is unknown color: approx Light Blue. HEX triplet: BA, CC and D2. RGB value is (186,204,210). Sum of RGB (Red+Green+Blue) = 186+204+210=600 (79% of max value = 765). Red value is 186 (73.05% from 255 or 31% from 600); Green value is 204 (80.08% from 255 or 34% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 210 - color contains mainly: blue. Hex color #BACCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCD2 is #45332D. Grayscale: #C7C7C7. Windows color (decimal): -4535086 or 13814970. OLE color: 13814970.

HSL color Cylindrical-coordinate representation of color #BACCD2: hue angle of 195º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BACCD2 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB186204210-
CMYK0.110.0300.18
HSL195º21.05%77.65%-
HSV(B)195º11.43%82.35%-
XYZ53.4858.2869.4-
YUV199.3134.04118.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31%
GREEN value IS 204 (80.08% from 255) = 34%
BLUE value IS 210 (82.42% from 255) = 35%
R=31%
G=34%
B=35%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1862042100.110.0300.1819521.0577.65
HexBACCD2B3012c3154e
Octal27231432213302230325116
Binary10111010110011001101001010111101001011000011101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCD2; }

 p { color: rgb(186,204,210); }

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

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

 a { background-color: rgb(186,204,210); }

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

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

 span { border-color: rgb(186,204,210); }

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