Html Css Color HEX #B0BEBA Opal

📋 copy color: '#B0BEBA'

red 176 ◦ green 190 ◦ blue 186

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

Shades of Opal #B0BEBA

Tints of Opal #B0BEBA

RGB

 RED value IS 176 (69.14% from 255) = 31.88%

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

 BLUE value IS 186 (73.05% from 255) = 33.7%

R = 31.88%
G = 34.42%
B = 33.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#B0BEBA (or 0xB0BEBA) is known color: Opal. HEX triplet: B0, BE and BA. RGB value is (176,190,186). Sum of RGB (Red+Green+Blue) = 176+190+186=552 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.88% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 186 (73.05% from 255 or 33.70% from 552); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BEBA is #4F4145. Grayscale: #B9B9B9. Windows color (decimal): -5194054 or 12238512. OLE color: 12238512.

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

Color convert

RGB 176 190 186 -
CMYK 0.07 0 0.02 0.25
HSL 162.86º 0.1% 0.72% -
HSV(B) 162.86º 0.07% 0.75% -
XYZ 45.18 49.6 53.65 -
YUV 185.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 176 190 186 0.07 0 0.02 0.25 162.86 0.1 0.72
Hex B0 BE BA 7 0 2 19 A3 A 48
Octal 260 276 272 7 0 2 31 243 12 110
Binary 10110000 10111110 10111010 111 0 10 11001 10100011 1010 1001000

Color Harmonies of #B0BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BEBA

Black with #B0BEBA

Text Example


Text Example

White with #B0BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BEBA; }

 p { color: rgb(176,190,186); }

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

background-color css

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

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

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

border-color css

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

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

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