#B1CFB4

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

Shades of Surf #B1CFB4

Tints of Surf #B1CFB4

Color information

#B1CFB4 (or 0xB1CFB4) is unknown color: approx Surf. HEX triplet: B1, CF and B4. RGB value is (177,207,180). Sum of RGB (Red+Green+Blue) = 177+207+180=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 180 (70.70% from 255 or 31.91% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #B1CFB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CFB4 is #4E304B. Grayscale: #C3C3C3. Windows color (decimal): -5124172 or 11849649. OLE color: 11849649.

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

Color convert

RGB177207180-
CMYK0.1400.130.19
HSL126º23.81%75.29%-
HSV(B)126º14.49%81.18%-
XYZ48.6857.2751.67-
YUV194.95119.56115.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.38%
GREEN value IS 207 (81.25% from 255) = 36.70%
BLUE value IS 180 (70.70% from 255) = 31.91%
R=31.38%
G=36.70%
B=31.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1772071800.1400.130.1912623.8175.29
HexB1CFB4E0D137e184b
Octal261317264160152317630113
Binary101100011100111110110100111001101100111111110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1CFB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1CFB4; }

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

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

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

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

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

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

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

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