#B4CFB5

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

Shades of Surf #B4CFB5

Tints of Surf #B4CFB5

Color information

#B4CFB5 (or 0xB4CFB5) is unknown color: approx Surf. HEX triplet: B4, CF and B5. RGB value is (180,207,181). Sum of RGB (Red+Green+Blue) = 180+207+181=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CFB5 is #4B304A. Grayscale: #C4C4C4. Windows color (decimal): -4927563 or 11915188. OLE color: 11915188.

HSL color Cylindrical-coordinate representation of color #B4CFB5: hue angle of 122.22º degrees, saturation: 0.22, 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 #B4CFB5 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB180207181-
CMYK0.1300.130.19
HSL122.22º21.95%75.88%-
HSV(B)122.22º13.04%81.18%-
XYZ49.4857.6752.24-
YUV195.96119.55116.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.69%
GREEN value IS 207 (81.25% from 255) = 36.44%
BLUE value IS 181 (71.09% from 255) = 31.87%
R=31.69%
G=36.44%
B=31.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802071810.1300.130.19122.2221.9575.88
HexB4CFB5D0D137a164c
Octal264317265150152317226114
Binary101101001100111110110101110101101100111111010101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CFB5; }

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

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

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

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

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

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

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

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