#B5CFBB

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

Shades of Surf #B5CFBB

Tints of Surf #B5CFBB

Color information

#B5CFBB (or 0xB5CFBB) is unknown color: approx Surf. HEX triplet: B5, CF and BB. RGB value is (181,207,187). Sum of RGB (Red+Green+Blue) = 181+207+187=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFBB is #4A3044. Grayscale: #C5C5C5. Windows color (decimal): -4862021 or 12308405. OLE color: 12308405.

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

Color convert

RGB181207187-
CMYK0.1300.100.19
HSL133.85º21.31%76.08%-
HSV(B)133.85º12.56%81.18%-
XYZ50.3458.0455.56-
YUV196.95122.39116.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.48%
GREEN value IS 207 (81.25% from 255) = 36%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=31.48%
G=36%
B=32.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1812071870.1300.100.19133.8521.3176.08
HexB5CFBBD0A1386154c
Octal265317273150122320625114
Binary1011010111001111101110111101010101001110000110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CFBB; }

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

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

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

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

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

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

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

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