Html Css Color HEX #B1C6BE Tiara

📋 copy color: '#B1C6BE'

red 177 ◦ green 198 ◦ blue 190

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

Shades of Tiara #B1C6BE

Tints of Tiara #B1C6BE

RGB

 RED value IS 177 (69.53% from 255) = 31.33%

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

 BLUE value IS 190 (74.61% from 255) = 33.63%

R = 31.33%
G = 35.04%
B = 33.63%

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

#B1C6BE (or 0xB1C6BE) is known color: Tiara. HEX triplet: B1, C6 and BE. RGB value is (177,198,190). Sum of RGB (Red+Green+Blue) = 177+198+190=565 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.33% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 190 (74.61% from 255 or 33.63% from 565); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C6BE is #4E3941. Grayscale: #BEBEBE. Windows color (decimal): -5126466 or 12502705. OLE color: 12502705.

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

Color convert

RGB 177 198 190 -
CMYK 0.11 0 0.04 0.22
HSL 157.14º 0.16% 0.74% -
HSV(B) 157.14º 0.11% 0.78% -
XYZ 47.62 53.45 56.52 -
YUV 190.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 177 198 190 0.11 0 0.04 0.22 157.14 0.16 0.74
Hex B1 C6 BE B 0 4 16 9D 10 4A
Octal 261 306 276 13 0 4 26 235 20 112
Binary 10110001 11000110 10111110 1011 0 100 10110 10011101 10000 1001010

Color Harmonies of #B1C6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C6BE

Black with #B1C6BE

Text Example


Text Example

White with #B1C6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C6BE; }

 p { color: rgb(177,198,190); }

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

background-color css

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

 a { background-color: rgb(177,198,190); }

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

border-color css

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

 span { border-color: rgb(177,198,190); }

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