Html Css Color HEX #BBC1AF Tasman

📋 copy color: '#BBC1AF'

red 187 ◦ green 193 ◦ blue 175

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

Shades of Tasman #BBC1AF

Tints of Tasman #BBC1AF

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.77%

 BLUE value IS 175 (68.75% from 255) = 31.53%

R = 33.69%
G = 34.77%
B = 31.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#BBC1AF (or 0xBBC1AF) is known color: Tasman. HEX triplet: BB, C1 and AF. RGB value is (187,193,175). Sum of RGB (Red+Green+Blue) = 187+193+175=555 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.69% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 193 - color contains mainly: green. Hex color #BBC1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC1AF is #443E50. Grayscale: #BDBDBD. Windows color (decimal): -4472401 or 11518395. OLE color: 11518395.

HSL color Cylindrical-coordinate representation of color #BBC1AF: hue angle of 80º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBC1AF is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 193 175 -
CMYK 0.03 0 0.09 0.24
HSL 80º 0.13% 0.72% -
HSV(B) 80º 0.09% 0.76% -
XYZ 47.3 51.8 48.06 -
YUV 189.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 187 193 175 0.03 0 0.09 0.24 80 0.13 0.72
Hex BB C1 AF 3 0 9 18 50 D 48
Octal 273 301 257 3 0 11 30 120 15 110
Binary 10111011 11000001 10101111 11 0 1001 11000 1010000 1101 1001000

Color Harmonies of #BBC1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC1AF

Black with #BBC1AF

Text Example


Text Example

White with #BBC1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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