#B9CFB0

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

Shades of Surf Crest #B9CFB0

Tints of Surf Crest #B9CFB0

Color information

#B9CFB0 (or 0xB9CFB0) is unknown color: approx Surf Crest. HEX triplet: B9, CF and B0. RGB value is (185,207,176). Sum of RGB (Red+Green+Blue) = 185+207+176=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 176 (69.14% from 255 or 30.99% from 568); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9CFB0 is #46304F. Grayscale: #C4C4C4. Windows color (decimal): -4599888 or 11587513. OLE color: 11587513.

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

Color convert

RGB185207176-
CMYK0.1100.150.19
HSL102.58º24.41%75.1%-
HSV(B)102.58º14.98%81.18%-
XYZ50.1658.0749.64-
YUV196.89116.21119.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.57%
GREEN value IS 207 (81.25% from 255) = 36.44%
BLUE value IS 176 (69.14% from 255) = 30.99%
R=32.57%
G=36.44%
B=30.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852071760.1100.150.19102.5824.4175.1
HexB9CFB0B0F1367184b
Octal271317260130172314730113
Binary101110011100111110110000101101111100111100111110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CFB0; }

 p { color: rgb(185,207,176); }

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

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

 a { background-color: rgb(185,207,176); }

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

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

 span { border-color: rgb(185,207,176); }

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