#B8D2AF

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

Shades of Surf Crest #B8D2AF

Tints of Surf Crest #B8D2AF

Color information

#B8D2AF (or 0xB8D2AF) is unknown color: approx Surf Crest. HEX triplet: B8, D2 and AF. RGB value is (184,210,175). Sum of RGB (Red+Green+Blue) = 184+210+175=569 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.34% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 210 - color contains mainly: green. Hex color #B8D2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8D2AF is #472D50. Grayscale: #C6C6C6. Windows color (decimal): -4664657 or 11522744. OLE color: 11522744.

HSL color Cylindrical-coordinate representation of color #B8D2AF: hue angle of 104.57º 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 #B8D2AF is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB184210175-
CMYK0.1200.170.18
HSL104.57º28%75.49%-
HSV(B)104.57º16.67%82.35%-
XYZ50.5559.3849.35-
YUV198.24114.89117.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.34%
GREEN value IS 210 (82.42% from 255) = 36.91%
BLUE value IS 175 (68.75% from 255) = 30.76%
R=32.34%
G=36.91%
B=30.76%

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
Decimal1842101750.1200.170.18104.572875.49
HexB8D2AFC01112691c4b
Octal270322257140212215134113
Binary1011100011010010101011111100010001100101101001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8D2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8D2AF; }

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

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

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

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

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

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

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

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