#B9CFBE

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

Shades of Surf #B9CFBE

Tints of Surf #B9CFBE

Color information

#B9CFBE (or 0xB9CFBE) is unknown color: approx Surf. HEX triplet: B9, CF and BE. RGB value is (185,207,190). Sum of RGB (Red+Green+Blue) = 185+207+190=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 207 (81.25% from 255 or 35.57% from 582); Blue value is 190 (74.61% from 255 or 32.65% from 582); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFBE is #463041. Grayscale: #C6C6C6. Windows color (decimal): -4599874 or 12505017. OLE color: 12505017.

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

Color convert

RGB185207190-
CMYK0.1100.080.19
HSL133.64º18.64%76.86%-
HSV(B)133.64º10.63%81.18%-
XYZ51.6158.6657.32-
YUV198.48123.21118.38-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.79%
GREEN value IS 207 (81.25% from 255) = 35.57%
BLUE value IS 190 (74.61% from 255) = 32.65%
R=31.79%
G=35.57%
B=32.65%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852071900.1100.080.19133.6418.6476.86
HexB9CFBEB081386134d
Octal271317276130102320623115
Binary1011100111001111101111101011010001001110000110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CFBE; }

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

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

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

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

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

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

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

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