#B8CABB

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

Shades of Surf #B8CABB

Tints of Surf #B8CABB

Color information

#B8CABB (or 0xB8CABB) is unknown color: approx Surf. HEX triplet: B8, CA and BB. RGB value is (184,202,187). Sum of RGB (Red+Green+Blue) = 184+202+187=573 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.11% from 573); Green value is 202 (79.30% from 255 or 35.25% from 573); Blue value is 187 (73.44% from 255 or 32.64% from 573); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CABB is #473544. Grayscale: #C2C2C2. Windows color (decimal): -4666693 or 12307128. OLE color: 12307128.

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

Color convert

RGB184202187-
CMYK0.0900.070.21
HSL130º14.52%75.69%-
HSV(B)130º8.91%79.22%-
XYZ49.8656.0255.2-
YUV194.91123.54120.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.11%
GREEN value IS 202 (79.30% from 255) = 35.25%
BLUE value IS 187 (73.44% from 255) = 32.64%
R=32.11%
G=35.25%
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.21
SystemRedGreenBlueCMYKHSL
Decimal1842021870.0900.070.2113014.5275.69
HexB8CABB9071582f4c
Octal27031227311072520217114
Binary10111000110010101011101110010111101011000001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CABB; }

 p { color: rgb(184,202,187); }

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

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

 a { background-color: rgb(184,202,187); }

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

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

 span { border-color: rgb(184,202,187); }

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