#BBBFBE

Color #BBBFBE Opal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Opal #BBBFBE

Tints of Opal #BBBFBE

Color information

#BBBFBE (or 0xBBBFBE) is unknown color: approx Opal. HEX triplet: BB, BF and BE. RGB value is (187,191,190). Sum of RGB (Red+Green+Blue) = 187+191+190=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 191 (75% from 255 or 33.63% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 191 - color contains mainly: green. Hex color #BBBFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFBE is #444041. Grayscale: #BDBDBD. Windows color (decimal): -4472898 or 12500923. OLE color: 12500923.

HSL color Cylindrical-coordinate representation of color #BBBFBE: hue angle of 165º degrees, saturation: 0.03, 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 #BBBFBE is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB187191190-
CMYK0.0200.010.25
HSL165º3.03%74.12%-
HSV(B)165º2.09%74.9%-
XYZ48.4251.5456.11-
YUV189.69128.17126.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 191 (75% from 255) = 33.63%
BLUE value IS 190 (74.61% from 255) = 33.45%
R=32.92%
G=33.63%
B=33.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871911900.0200.010.251653.0374.12
HexBBBFBE20119a534a
Octal273277276201312453112
Binary10111011101111111011111010011100110100101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBFBE; }

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

 H1.HeaderClassName
 {
   color: #BBBFBE;
 }
 .AnyTagClassName
 {
   color: #BBBFBE;
 }
</style>
background-color css

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

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

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

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

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

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