#B9D2AF

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

Shades of Surf Crest #B9D2AF

Tints of Surf Crest #B9D2AF

Color information

#B9D2AF (or 0xB9D2AF) is unknown color: approx Surf Crest. HEX triplet: B9, D2 and AF. RGB value is (185,210,175). Sum of RGB (Red+Green+Blue) = 185+210+175=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 210 (82.42% from 255 or 36.84% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D2AF is #462D50. Grayscale: #C6C6C6. Windows color (decimal): -4599121 or 11522745. OLE color: 11522745.

HSL color Cylindrical-coordinate representation of color #B9D2AF: hue angle of 102.86º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9D2AF is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB185210175-
CMYK0.1200.170.18
HSL102.86º28%75.49%-
HSV(B)102.86º16.67%82.35%-
XYZ50.7959.549.37-
YUV198.53114.72118.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.46%
GREEN value IS 210 (82.42% from 255) = 36.84%
BLUE value IS 175 (68.75% from 255) = 30.70%
R=32.46%
G=36.84%
B=30.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1852101750.1200.170.18102.862875.49
HexB9D2AFC01112671c4b
Octal271322257140212214734113
Binary1011100111010010101011111100010001100101100111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9D2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9D2AF; }

 p { color: rgb(185,210,175); }

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

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

 a { background-color: rgb(185,210,175); }

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

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

 span { border-color: rgb(185,210,175); }

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