Html Css Color HEX #BBC2AF Tasman

📋 copy color: '#BBC2AF'

red 187 ◦ green 194 ◦ blue 175

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

Shades of Tasman #BBC2AF

Tints of Tasman #BBC2AF

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.89%

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

R = 33.63%
G = 34.89%
B = 31.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#BBC2AF (or 0xBBC2AF) is known color: Tasman. HEX triplet: BB, C2 and AF. RGB value is (187,194,175). Sum of RGB (Red+Green+Blue) = 187+194+175=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 194 (76.17% from 255 or 34.89% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 194 - color contains mainly: green. Hex color #BBC2AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC2AF is #443D50. Grayscale: #BDBDBD. Windows color (decimal): -4472145 or 11518651. OLE color: 11518651.

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

Color convert

RGB 187 194 175 -
CMYK 0.04 0 0.10 0.24
HSL 82.11º 0.13% 0.72% -
HSV(B) 82.11º 0.1% 0.76% -
XYZ 47.52 52.24 48.14 -
YUV 189.74 119.68 126.04 -
System Red Green Blue C M Y K H S L
Decimal 187 194 175 0.04 0 0.10 0.24 82.11 0.13 0.72
Hex BB C2 AF 4 0 A 18 52 D 48
Octal 273 302 257 4 0 12 30 122 15 110
Binary 10111011 11000010 10101111 100 0 1010 11000 1010010 1101 1001000

Color Harmonies of #BBC2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC2AF

Black with #BBC2AF

Text Example


Text Example

White with #BBC2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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