Html Css Color HEX #B0BCB9 Opal

📋 copy color: '#B0BCB9'

red 176 ◦ green 188 ◦ blue 185

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

Shades of Opal #B0BCB9

Tints of Opal #B0BCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 33.7%

R = 32.06%
G = 34.24%
B = 33.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.26

RGB Variations

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

Color information

#B0BCB9 (or 0xB0BCB9) is known color: Opal. HEX triplet: B0, BC and B9. RGB value is (176,188,185). Sum of RGB (Red+Green+Blue) = 176+188+185=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 188 (73.83% from 255 or 34.24% from 549); Blue value is 185 (72.66% from 255 or 33.70% from 549); Max value from RGB is 188 - color contains mainly: green. Hex color #B0BCB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCB9 is #4F4346. Grayscale: #B8B8B8. Windows color (decimal): -5194567 or 12172464. OLE color: 12172464.

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

Color convert

RGB 176 188 185 -
CMYK 0.06 0 0.02 0.26
HSL 165º 0.08% 0.71% -
HSV(B) 165º 0.06% 0.74% -
XYZ 44.64 48.7 52.95 -
YUV 184.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 176 188 185 0.06 0 0.02 0.26 165 0.08 0.71
Hex B0 BC B9 6 0 2 1A A5 8 47
Octal 260 274 271 6 0 2 32 245 10 107
Binary 10110000 10111100 10111001 110 0 10 11010 10100101 1000 1000111

Color Harmonies of #B0BCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BCB9

Black with #B0BCB9

Text Example


Text Example

White with #B0BCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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