Html Css Color HEX #B6BCBB Opal

📋 copy color: '#B6BCBB'

red 182 ◦ green 188 ◦ blue 187

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

Shades of Opal #B6BCBB

Tints of Opal #B6BCBB

RGB

 RED value IS 182 (71.48% from 255) = 32.68%

 GREEN value IS 188 (73.83% from 255) = 33.75%

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

R = 32.68%
G = 33.75%
B = 33.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#B6BCBB (or 0xB6BCBB) is known color: Opal. HEX triplet: B6, BC and BB. RGB value is (182,188,187). Sum of RGB (Red+Green+Blue) = 182+188+187=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 188 (73.83% from 255 or 33.75% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 188 - color contains mainly: green. Hex color #B6BCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCBB is #494344. Grayscale: #BABABA. Windows color (decimal): -4801349 or 12303542. OLE color: 12303542.

HSL color Cylindrical-coordinate representation of color #B6BCBB: hue angle of 170º degrees, saturation: 0.04, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #B6BCBB is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 182 188 187 -
CMYK 0.03 0 0.01 0.26
HSL 170º 0.04% 0.73% -
HSV(B) 170º 0.03% 0.74% -
XYZ 46.24 49.5 54.13 -
YUV 186.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 182 188 187 0.03 0 0.01 0.26 170 0.04 0.73
Hex B6 BC BB 3 0 1 1A AA 4 49
Octal 266 274 273 3 0 1 32 252 4 111
Binary 10110110 10111100 10111011 11 0 1 11010 10101010 100 1001001

Color Harmonies of #B6BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BCBB

Black with #B6BCBB

Text Example


Text Example

White with #B6BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BCBB; }

 p { color: rgb(182,188,187); }

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

background-color css

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

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

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

border-color css

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

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

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