#BACCBD

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

Shades of Surf #BACCBD

Tints of Surf #BACCBD

Color information

#BACCBD (or 0xBACCBD) is unknown color: approx Surf. HEX triplet: BA, CC and BD. RGB value is (186,204,189). Sum of RGB (Red+Green+Blue) = 186+204+189=579 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.12% from 579); Green value is 204 (80.08% from 255 or 35.23% from 579); Blue value is 189 (74.22% from 255 or 32.64% from 579); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCBD is #453342. Grayscale: #C4C4C4. Windows color (decimal): -4535107 or 12438714. OLE color: 12438714.

HSL color Cylindrical-coordinate representation of color #BACCBD: hue angle of 130º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BACCBD is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB186204189-
CMYK0.0900.070.2
HSL130º15%76.47%-
HSV(B)130º8.82%80%-
XYZ51.0357.356.51-
YUV196.91123.54120.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.12%
GREEN value IS 204 (80.08% from 255) = 35.23%
BLUE value IS 189 (74.22% from 255) = 32.64%
R=32.12%
G=35.23%
B=32.64%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1862041890.0900.070.21301576.47
HexBACCBD9071482f4c
Octal27231427511072420217114
Binary10111010110011001011110110010111101001000001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCBD; }

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

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

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

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

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

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

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

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