Html Css Color HEX #B0C6BF Opal

📋 copy color: '#B0C6BF'

red 176 ◦ green 198 ◦ blue 191

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

Shades of Opal #B0C6BF

Tints of Opal #B0C6BF

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.04%

 BLUE value IS 191 (75% from 255) = 33.81%

R = 31.15%
G = 35.04%
B = 33.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#B0C6BF (or 0xB0C6BF) is known color: Opal. HEX triplet: B0, C6 and BF. RGB value is (176,198,191). Sum of RGB (Red+Green+Blue) = 176+198+191=565 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.15% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 198 - color contains mainly: green. Hex color #B0C6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C6BF is #4F3940. Grayscale: #BEBEBE. Windows color (decimal): -5192001 or 12568240. OLE color: 12568240.

HSL color Cylindrical-coordinate representation of color #B0C6BF: hue angle of 160.91º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B0C6BF is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.

Color convert

RGB 176 198 191 -
CMYK 0.11 0 0.04 0.22
HSL 160.91º 0.16% 0.73% -
HSV(B) 160.91º 0.11% 0.78% -
XYZ 47.5 53.38 57.09 -
YUV 190.62 128.21 117.57 -
System Red Green Blue C M Y K H S L
Decimal 176 198 191 0.11 0 0.04 0.22 160.91 0.16 0.73
Hex B0 C6 BF B 0 4 16 A1 10 49
Octal 260 306 277 13 0 4 26 241 20 111
Binary 10110000 11000110 10111111 1011 0 100 10110 10100001 10000 1001001

Color Harmonies of #B0C6BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0C6BF

Black with #B0C6BF

Text Example


Text Example

White with #B0C6BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0C6BF; }

 p { color: rgb(176,198,191); }

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

background-color css

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

 a { background-color: rgb(176,198,191); }

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

border-color css

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

 span { border-color: rgb(176,198,191); }

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