#BBCAB5

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

Shades of Surf Crest #BBCAB5

Tints of Surf Crest #BBCAB5

Color information

#BBCAB5 (or 0xBBCAB5) is unknown color: approx Surf Crest. HEX triplet: BB, CA and B5. RGB value is (187,202,181). Sum of RGB (Red+Green+Blue) = 187+202+181=570 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.81% from 570); Green value is 202 (79.30% from 255 or 35.44% from 570); Blue value is 181 (71.09% from 255 or 31.75% from 570); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAB5 is #44354A. Grayscale: #C3C3C3. Windows color (decimal): -4470091 or 11913915. OLE color: 11913915.

HSL color Cylindrical-coordinate representation of color #BBCAB5: hue angle of 102.86º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCAB5 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB187202181-
CMYK0.0700.100.21
HSL102.86º16.54%75.1%-
HSV(B)102.86º10.4%79.22%-
XYZ49.9556.1451.92-
YUV195.12120.03122.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.81%
GREEN value IS 202 (79.30% from 255) = 35.44%
BLUE value IS 181 (71.09% from 255) = 31.75%
R=32.81%
G=35.44%
B=31.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1872021810.0700.100.21102.8616.5475.1
HexBBCAB570A1567114b
Octal27331226570122514721113
Binary10111011110010101011010111101010101011100111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBCAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBCAB5; }

 p { color: rgb(187,202,181); }

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

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

 a { background-color: rgb(187,202,181); }

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

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

 span { border-color: rgb(187,202,181); }

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