#B4CEB5

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

Shades of Surf #B4CEB5

Tints of Surf #B4CEB5

Color information

#B4CEB5 (or 0xB4CEB5) is unknown color: approx Surf. HEX triplet: B4, CE and B5. RGB value is (180,206,181). Sum of RGB (Red+Green+Blue) = 180+206+181=567 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.75% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 206 - color contains mainly: green. Hex color #B4CEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CEB5 is #4B314A. Grayscale: #C3C3C3. Windows color (decimal): -4927819 or 11914932. OLE color: 11914932.

HSL color Cylindrical-coordinate representation of color #B4CEB5: hue angle of 122.31º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4CEB5 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.

Color convert

RGB180206181-
CMYK0.1300.120.19
HSL122.31º20.97%75.69%-
HSV(B)122.31º12.62%80.78%-
XYZ49.2357.1852.16-
YUV195.38119.89117.03-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.75%
GREEN value IS 206 (80.86% from 255) = 36.33%
BLUE value IS 181 (71.09% from 255) = 31.92%
R=31.75%
G=36.33%
B=31.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802061810.1300.120.19122.3120.9775.69
HexB4CEB5D0C137a154c
Octal264316265150142317225114
Binary101101001100111010110101110101100100111111010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CEB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CEB5; }

 p { color: rgb(180,206,181); }

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

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

 a { background-color: rgb(180,206,181); }

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

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

 span { border-color: rgb(180,206,181); }

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