Html Css Color HEX #BBC3B2 Tasman

📋 copy color: '#BBC3B2'

red 187 ◦ green 195 ◦ blue 178

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

Shades of Tasman #BBC3B2

Tints of Tasman #BBC3B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 31.79%

R = 33.39%
G = 34.82%
B = 31.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#BBC3B2 (or 0xBBC3B2) is known color: Tasman. HEX triplet: BB, C3 and B2. RGB value is (187,195,178). Sum of RGB (Red+Green+Blue) = 187+195+178=560 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.39% from 560); Green value is 195 (76.56% from 255 or 34.82% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 195 - color contains mainly: green. Hex color #BBC3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBC3B2 is #443C4D. Grayscale: #BEBEBE. Windows color (decimal): -4471886 or 11715515. OLE color: 11715515.

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

Color convert

RGB 187 195 178 -
CMYK 0.04 0 0.09 0.24
HSL 88.24º 0.12% 0.73% -
HSV(B) 88.24º 0.09% 0.76% -
XYZ 48.04 52.81 49.78 -
YUV 190.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 187 195 178 0.04 0 0.09 0.24 88.24 0.12 0.73
Hex BB C3 B2 4 0 9 18 58 C 49
Octal 273 303 262 4 0 11 30 130 14 111
Binary 10111011 11000011 10110010 100 0 1001 11000 1011000 1100 1001001

Color Harmonies of #BBC3B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBC3B2

Black with #BBC3B2

Text Example


Text Example

White with #BBC3B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBC3B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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