Html Css Color HEX #BBCAB5 Surf Crest

📋 copy color: '#BBCAB5'

red 187 ◦ green 202 ◦ blue 181

#BBCAB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Surf Crest #BBCAB5

Tints of Surf Crest #BBCAB5

RGB

 RED value IS 187 (73.44% from 255) = 32.81%

 GREEN value IS 202 (79.3% 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 value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.21

RGB Variations

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

Color information

#BBCAB5 (or 0xBBCAB5) is known color: 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

RGB 187 202 181 -
CMYK 0.07 0 0.10 0.21
HSL 102.86º 0.17% 0.75% -
HSV(B) 102.86º 0.1% 0.79% -
XYZ 49.95 56.14 51.92 -
YUV 195.12 120.03 122.21 -
System Red Green Blue C M Y K H S L
Decimal 187 202 181 0.07 0 0.10 0.21 102.86 0.17 0.75
Hex BB CA B5 7 0 A 15 67 11 4B
Octal 273 312 265 7 0 12 25 147 21 113
Binary 10111011 11001010 10110101 111 0 1010 10101 1100111 10001 1001011

Color Harmonies of #BBCAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAB5

Black with #BBCAB5

Text Example


Text Example

White with #BBCAB5

Text Example


Text Example

HTML Codes & Css Web 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>