Html Css Color HEX #B0C1BB Opal

📋 copy color: '#B0C1BB'

red 176 ◦ green 193 ◦ blue 187

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

Shades of Opal #B0C1BB

Tints of Opal #B0C1BB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 34.71%

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

R = 31.65%
G = 34.71%
B = 33.63%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.24

RGB Variations

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

Color information

#B0C1BB (or 0xB0C1BB) is known color: Opal. HEX triplet: B0, C1 and BB. RGB value is (176,193,187). Sum of RGB (Red+Green+Blue) = 176+193+187=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 193 (75.78% from 255 or 34.71% from 556); Blue value is 187 (73.44% from 255 or 33.63% from 556); Max value from RGB is 193 - color contains mainly: green. Hex color #B0C1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C1BB is #4F3E44. Grayscale: #BBBBBB. Windows color (decimal): -5193285 or 12304816. OLE color: 12304816.

HSL color Cylindrical-coordinate representation of color #B0C1BB: hue angle of 158.82º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B0C1BB is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 193 187 -
CMYK 0.09 0 0.03 0.24
HSL 158.82º 0.12% 0.72% -
HSV(B) 158.82º 0.09% 0.76% -
XYZ 45.94 50.96 54.43 -
YUV 187.23 127.87 119.99 -
System Red Green Blue C M Y K H S L
Decimal 176 193 187 0.09 0 0.03 0.24 158.82 0.12 0.72
Hex B0 C1 BB 9 0 3 18 9F C 48
Octal 260 301 273 11 0 3 30 237 14 110
Binary 10110000 11000001 10111011 1001 0 11 11000 10011111 1100 1001000

Color Harmonies of #B0C1BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C1BB

Black with #B0C1BB

Text Example


Text Example

White with #B0C1BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C1BB; }

 p { color: rgb(176,193,187); }

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

background-color css

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

 a { background-color: rgb(176,193,187); }

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

border-color css

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

 span { border-color: rgb(176,193,187); }

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