Html Css Color HEX #BBC0B3 Tasman

📋 copy color: '#BBC0B3'

red 187 ◦ green 192 ◦ blue 179

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

Shades of Tasman #BBC0B3

Tints of Tasman #BBC0B3

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.41%

 BLUE value IS 179 (70.31% from 255) = 32.08%

R = 33.51%
G = 34.41%
B = 32.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.25

RGB Variations

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

Color information

#BBC0B3 (or 0xBBC0B3) is known color: Tasman. HEX triplet: BB, C0 and B3. RGB value is (187,192,179). Sum of RGB (Red+Green+Blue) = 187+192+179=558 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.51% from 558); Green value is 192 (75.39% from 255 or 34.41% from 558); Blue value is 179 (70.31% from 255 or 32.08% from 558); Max value from RGB is 192 - color contains mainly: green. Hex color #BBC0B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0B3 is #443F4C. Grayscale: #BDBDBD. Windows color (decimal): -4472653 or 11780283. OLE color: 11780283.

HSL color Cylindrical-coordinate representation of color #BBC0B3: hue angle of 83.08º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBC0B3 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 192 179 -
CMYK 0.03 0 0.07 0.25
HSL 83.08º 0.09% 0.73% -
HSV(B) 83.08º 0.07% 0.75% -
XYZ 47.48 51.52 50.09 -
YUV 189.02 122.34 126.56 -
System Red Green Blue C M Y K H S L
Decimal 187 192 179 0.03 0 0.07 0.25 83.08 0.09 0.73
Hex BB C0 B3 3 0 7 19 53 9 49
Octal 273 300 263 3 0 7 31 123 11 111
Binary 10111011 11000000 10110011 11 0 111 11001 1010011 1001 1001001

Color Harmonies of #BBC0B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC0B3

Black with #BBC0B3

Text Example


Text Example

White with #BBC0B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC0B3; }

 p { color: rgb(187,192,179); }

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

background-color css

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

 a { background-color: rgb(187,192,179); }

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

border-color css

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

 span { border-color: rgb(187,192,179); }

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