#B8CABA

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

Shades of Surf #B8CABA

Tints of Surf #B8CABA

Color information

#B8CABA (or 0xB8CABA) is unknown color: approx Surf. HEX triplet: B8, CA and BA. RGB value is (184,202,186). Sum of RGB (Red+Green+Blue) = 184+202+186=572 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.17% from 572); Green value is 202 (79.30% from 255 or 35.31% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 202 - color contains mainly: green. Hex color #B8CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CABA is #473545. Grayscale: #C2C2C2. Windows color (decimal): -4666694 or 12241592. OLE color: 12241592.

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

Color convert

RGB184202186-
CMYK0.0900.080.21
HSL126.67º14.52%75.69%-
HSV(B)126.67º8.91%79.22%-
XYZ49.7555.9854.64-
YUV194.79123.04120.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.17%
GREEN value IS 202 (79.30% from 255) = 35.31%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=32.17%
G=35.31%
B=32.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1842021860.0900.080.21126.6714.5275.69
HexB8CABA908157ff4c
Octal270312272110102517717114
Binary10111000110010101011101010010100010101111111111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CABA; }

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

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

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

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

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

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

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

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