Html Css Color HEX #BBC3AF Tasman

📋 copy color: '#BBC3AF'

red 187 ◦ green 195 ◦ blue 175

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

Shades of Tasman #BBC3AF

Tints of Tasman #BBC3AF

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.01%

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

R = 33.57%
G = 35.01%
B = 31.42%

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

#BBC3AF (or 0xBBC3AF) is known color: Tasman. HEX triplet: BB, C3 and AF. RGB value is (187,195,175). Sum of RGB (Red+Green+Blue) = 187+195+175=557 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.57% from 557); Green value is 195 (76.56% from 255 or 35.01% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC3AF is #443C50. Grayscale: #BEBEBE. Windows color (decimal): -4471889 or 11518907. OLE color: 11518907.

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

Color convert

RGB 187 195 175 -
CMYK 0.04 0 0.10 0.24
HSL 84º 0.14% 0.73% -
HSV(B) 84º 0.1% 0.76% -
XYZ 47.75 52.69 48.21 -
YUV 190.33 119.35 125.63 -
System Red Green Blue C M Y K H S L
Decimal 187 195 175 0.04 0 0.10 0.24 84 0.14 0.73
Hex BB C3 AF 4 0 A 18 54 E 49
Octal 273 303 257 4 0 12 30 124 16 111
Binary 10111011 11000011 10101111 100 0 1010 11000 1010100 1110 1001001

Color Harmonies of #BBC3AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC3AF

Black with #BBC3AF

Text Example


Text Example

White with #BBC3AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC3AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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