#BBD2AF

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

Shades of Surf Crest #BBD2AF

Tints of Surf Crest #BBD2AF

Color information

#BBD2AF (or 0xBBD2AF) is unknown color: approx Surf Crest. HEX triplet: BB, D2 and AF. RGB value is (187,210,175). Sum of RGB (Red+Green+Blue) = 187+210+175=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 210 - color contains mainly: green. Hex color #BBD2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD2AF is #442D50. Grayscale: #C7C7C7. Windows color (decimal): -4468049 or 11522747. OLE color: 11522747.

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

Color convert

RGB187210175-
CMYK0.1100.170.18
HSL99.43º28%75.49%-
HSV(B)99.43º16.67%82.35%-
XYZ51.2859.7549.39-
YUV199.13114.38119.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.69%
GREEN value IS 210 (82.42% from 255) = 36.71%
BLUE value IS 175 (68.75% from 255) = 30.59%
R=32.69%
G=36.71%
B=30.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1872101750.1100.170.1899.432875.49
HexBBD2AFB01112631c4b
Octal273322257130212214334113
Binary1011101111010010101011111011010001100101100011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD2AF; }

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

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

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

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

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

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

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

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