Html Css Color HEX #BBCAB6 Surf Crest

📋 copy color: '#BBCAB6'

red 187 ◦ green 202 ◦ blue 182

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

Shades of Surf Crest #BBCAB6

Tints of Surf Crest #BBCAB6

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.38%

 BLUE value IS 182 (71.48% from 255) = 31.87%

R = 32.75%
G = 35.38%
B = 31.87%

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

#BBCAB6 (or 0xBBCAB6) is known color: Surf Crest. HEX triplet: BB, CA and B6. RGB value is (187,202,182). Sum of RGB (Red+Green+Blue) = 187+202+182=571 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.75% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 182 (71.48% from 255 or 31.87% from 571); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCAB6 is #443549. Grayscale: #C3C3C3. Windows color (decimal): -4470090 or 11979451. OLE color: 11979451.

HSL color Cylindrical-coordinate representation of color #BBCAB6: hue angle of 105º degrees, saturation: 0.16, 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 #BBCAB6 is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB 187 202 182 -
CMYK 0.07 0 0.10 0.21
HSL 105º 0.16% 0.75% -
HSV(B) 105º 0.1% 0.79% -
XYZ 50.06 56.18 52.46 -
YUV 195.24 120.53 122.13 -
System Red Green Blue C M Y K H S L
Decimal 187 202 182 0.07 0 0.10 0.21 105 0.16 0.75
Hex BB CA B6 7 0 A 15 69 10 4B
Octal 273 312 266 7 0 12 25 151 20 113
Binary 10111011 11001010 10110110 111 0 1010 10101 1101001 10000 1001011

Color Harmonies of #BBCAB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBCAB6

Black with #BBCAB6

Text Example


Text Example

White with #BBCAB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBCAB6; }

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

 H1.HeaderClassName
 {
   color: #BBCAB6;
 }
 .AnyTagClassName
 {
   color: #BBCAB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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