#B9CFBA

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

Shades of Surf #B9CFBA

Tints of Surf #B9CFBA

Color information

#B9CFBA (or 0xB9CFBA) is unknown color: approx Surf. HEX triplet: B9, CF and BA. RGB value is (185,207,186). Sum of RGB (Red+Green+Blue) = 185+207+186=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 207 (81.25% from 255 or 35.81% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFBA is #463045. Grayscale: #C6C6C6. Windows color (decimal): -4599878 or 12242873. OLE color: 12242873.

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

Color convert

RGB185207186-
CMYK0.1100.100.19
HSL122.73º18.64%76.86%-
HSV(B)122.73º10.63%81.18%-
XYZ51.1858.4955.05-
YUV198.03121.21118.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.01%
GREEN value IS 207 (81.25% from 255) = 35.81%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=32.01%
G=35.81%
B=32.18%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852071860.1100.100.19122.7318.6476.86
HexB9CFBAB0A137b134d
Octal271317272130122317323115
Binary101110011100111110111010101101010100111111011100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CFBA; }

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

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

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

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

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

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

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

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