#BBD7B3

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

Shades of Surf Crest #BBD7B3

Tints of Surf Crest #BBD7B3

Color information

#BBD7B3 (or 0xBBD7B3) is unknown color: approx Surf Crest. HEX triplet: BB, D7 and B3. RGB value is (187,215,179). Sum of RGB (Red+Green+Blue) = 187+215+179=581 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.19% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 179 (70.31% from 255 or 30.81% from 581); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD7B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD7B3 is #44284C. Grayscale: #CACACA. Windows color (decimal): -4466765 or 11786171. OLE color: 11786171.

HSL color Cylindrical-coordinate representation of color #BBD7B3: hue angle of 106.67º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBD7B3 is Cyan = 0.13, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB187215179-
CMYK0.1300.170.16
HSL106.67º31.03%77.25%-
HSV(B)106.67º16.74%84.31%-
XYZ52.9362.4251.91-
YUV202.52114.72116.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.19%
GREEN value IS 215 (84.38% from 255) = 37.01%
BLUE value IS 179 (70.31% from 255) = 30.81%
R=32.19%
G=37.01%
B=30.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872151790.1300.170.16106.6731.0377.25
HexBBD7B3D011106b1f4d
Octal273327263150212015337115
Binary1011101111010111101100111101010001100001101011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD7B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD7B3; }

 p { color: rgb(187,215,179); }

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

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

 a { background-color: rgb(187,215,179); }

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

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

 span { border-color: rgb(187,215,179); }

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