Html Css Color HEX #B0BEBC Opal

📋 copy color: '#B0BEBC'

red 176 ◦ green 190 ◦ blue 188

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

Shades of Opal #B0BEBC

Tints of Opal #B0BEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.94%

R = 31.77%
G = 34.3%
B = 33.94%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#B0BEBC (or 0xB0BEBC) is known color: Opal. HEX triplet: B0, BE and BC. RGB value is (176,190,188). Sum of RGB (Red+Green+Blue) = 176+190+188=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BEBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BEBC is #4F4143. Grayscale: #B9B9B9. Windows color (decimal): -5194052 or 12369584. OLE color: 12369584.

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

Color convert

RGB 176 190 188 -
CMYK 0.07 0 0.01 0.25
HSL 171.43º 0.1% 0.72% -
HSV(B) 171.43º 0.07% 0.75% -
XYZ 45.4 49.69 54.78 -
YUV 185.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 176 190 188 0.07 0 0.01 0.25 171.43 0.1 0.72
Hex B0 BE BC 7 0 1 19 AB A 48
Octal 260 276 274 7 0 1 31 253 12 110
Binary 10110000 10111110 10111100 111 0 1 11001 10101011 1010 1001000

Color Harmonies of #B0BEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BEBC

Black with #B0BEBC

Text Example


Text Example

White with #B0BEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BEBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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