Html Css Color HEX #B6C6C0 Tiara

📋 copy color: '#B6C6C0'

red 182 ◦ green 198 ◦ blue 192

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

Shades of Tiara #B6C6C0

Tints of Tiara #B6C6C0

RGB

 RED value IS 182 (71.48% from 255) = 31.82%

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

 BLUE value IS 192 (75.39% from 255) = 33.57%

R = 31.82%
G = 34.62%
B = 33.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#B6C6C0 (or 0xB6C6C0) is known color: Tiara. HEX triplet: B6, C6 and C0. RGB value is (182,198,192). Sum of RGB (Red+Green+Blue) = 182+198+192=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 192 (75.39% from 255 or 33.57% from 572); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C6C0 is #49393F. Grayscale: #C0C0C0. Windows color (decimal): -4798784 or 12633782. OLE color: 12633782.

HSL color Cylindrical-coordinate representation of color #B6C6C0: hue angle of 157.5º degrees, saturation: 0.12, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B6C6C0 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 198 192 -
CMYK 0.08 0 0.03 0.22
HSL 157.5º 0.12% 0.75% -
HSV(B) 157.5º 0.08% 0.78% -
XYZ 49 54.14 57.74 -
YUV 192.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 182 198 192 0.08 0 0.03 0.22 157.5 0.12 0.75
Hex B6 C6 C0 8 0 3 16 9E C 4B
Octal 266 306 300 10 0 3 26 236 14 113
Binary 10110110 11000110 11000000 1000 0 11 10110 10011110 1100 1001011

Color Harmonies of #B6C6C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C6C0

Black with #B6C6C0

Text Example


Text Example

White with #B6C6C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C6C0; }

 p { color: rgb(182,198,192); }

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

background-color css

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

 a { background-color: rgb(182,198,192); }

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

border-color css

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

 span { border-color: rgb(182,198,192); }

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