Html Css Color HEX #BBBEBB Zanah

📋 copy color: '#BBBEBB'

red 187 ◦ green 190 ◦ blue 187

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

Shades of Zanah #BBBEBB

Tints of Zanah #BBBEBB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.69%

 BLUE value IS 187 (73.44% from 255) = 33.16%

R = 33.16%
G = 33.69%
B = 33.16%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BBBEBB (or 0xBBBEBB) is known color: Zanah. HEX triplet: BB, BE and BB. RGB value is (187,190,187). Sum of RGB (Red+Green+Blue) = 187+190+187=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 190 (74.61% from 255 or 33.69% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBEBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEBB is #444144. Grayscale: #BCBCBC. Windows color (decimal): -4473157 or 12304059. OLE color: 12304059.

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

Color convert

RGB 187 190 187 -
CMYK 0.02 0 0.02 0.25
HSL 120º 0.02% 0.74% -
HSV(B) 120º 0.02% 0.75% -
XYZ 47.88 50.98 54.33 -
YUV 188.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 187 190 187 0.02 0 0.02 0.25 120 0.02 0.74
Hex BB BE BB 2 0 2 19 78 2 4A
Octal 273 276 273 2 0 2 31 170 2 112
Binary 10111011 10111110 10111011 10 0 10 11001 1111000 10 1001010

Color Harmonies of #BBBEBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBBEBB

Black with #BBBEBB

Text Example


Text Example

White with #BBBEBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBBEBB; }

 p { color: rgb(187,190,187); }

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

background-color css

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

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

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

border-color css

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

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

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