#B3CFB5

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

Shades of Surf #B3CFB5

Tints of Surf #B3CFB5

Color information

#B3CFB5 (or 0xB3CFB5) is unknown color: approx Surf. HEX triplet: B3, CF and B5. RGB value is (179,207,181). Sum of RGB (Red+Green+Blue) = 179+207+181=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 181 (71.09% from 255 or 31.92% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #B3CFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CFB5 is #4C304A. Grayscale: #C3C3C3. Windows color (decimal): -4993099 or 11915187. OLE color: 11915187.

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

Color convert

RGB179207181-
CMYK0.1400.130.19
HSL124.29º22.58%75.69%-
HSV(B)124.29º13.53%81.18%-
XYZ49.2457.5552.23-
YUV195.66119.72116.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.57%
GREEN value IS 207 (81.25% from 255) = 36.51%
BLUE value IS 181 (71.09% from 255) = 31.92%
R=31.57%
G=36.51%
B=31.92%

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
Decimal1792071810.1400.130.19124.2922.5875.69
HexB3CFB5E0D137c174c
Octal263317265160152317427114
Binary101100111100111110110101111001101100111111100101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3CFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3CFB5; }

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

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

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

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

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

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

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

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