Html Css Color HEX #B5BDBB Opal

📋 copy color: '#B5BDBB'

red 181 ◦ green 189 ◦ blue 187

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

Shades of Opal #B5BDBB

Tints of Opal #B5BDBB

RGB

 RED value IS 181 (71.09% from 255) = 32.5%

 GREEN value IS 189 (74.22% from 255) = 33.93%

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

R = 32.5%
G = 33.93%
B = 33.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#B5BDBB (or 0xB5BDBB) is known color: Opal. HEX triplet: B5, BD and BB. RGB value is (181,189,187). Sum of RGB (Red+Green+Blue) = 181+189+187=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BDBB is #4A4244. Grayscale: #BABABA. Windows color (decimal): -4866629 or 12303797. OLE color: 12303797.

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

Color convert

RGB 181 189 187 -
CMYK 0.04 0 0.01 0.26
HSL 165º 0.06% 0.73% -
HSV(B) 165º 0.04% 0.74% -
XYZ 46.22 49.81 54.19 -
YUV 186.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 181 189 187 0.04 0 0.01 0.26 165 0.06 0.73
Hex B5 BD BB 4 0 1 1A A5 6 49
Octal 265 275 273 4 0 1 32 245 6 111
Binary 10110101 10111101 10111011 100 0 1 11010 10100101 110 1001001

Color Harmonies of #B5BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BDBB

Black with #B5BDBB

Text Example


Text Example

White with #B5BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BDBB; }

 p { color: rgb(181,189,187); }

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

background-color css

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

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

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

border-color css

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

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

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