#BACCBE

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

Shades of Surf #BACCBE

Tints of Surf #BACCBE

Color information

#BACCBE (or 0xBACCBE) is unknown color: approx Surf. HEX triplet: BA, CC and BE. RGB value is (186,204,190). Sum of RGB (Red+Green+Blue) = 186+204+190=580 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.07% from 580); Green value is 204 (80.08% from 255 or 35.17% from 580); Blue value is 190 (74.61% from 255 or 32.76% from 580); Max value from RGB is 204 - color contains mainly: green. Hex color #BACCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACCBE is #453341. Grayscale: #C5C5C5. Windows color (decimal): -4535106 or 12504250. OLE color: 12504250.

HSL color Cylindrical-coordinate representation of color #BACCBE: hue angle of 133.33º 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 #BACCBE is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.2.

Color convert

RGB186204190-
CMYK0.0900.070.2
HSL133.33º15%76.47%-
HSV(B)133.33º8.82%80%-
XYZ51.1457.3457.09-
YUV197.02124.04120.14-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.07%
GREEN value IS 204 (80.08% from 255) = 35.17%
BLUE value IS 190 (74.61% from 255) = 32.76%
R=32.07%
G=35.17%
B=32.76%

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
Decimal1862041900.0900.070.2133.331576.47
HexBACCBE9071485f4c
Octal27231427611072420517114
Binary10111010110011001011111010010111101001000010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACCBE; }

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

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

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

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

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

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

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

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