Html Css Color HEX #B1C6BC Tiara

📋 copy color: '#B1C6BC'

red 177 ◦ green 198 ◦ blue 188

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

Shades of Tiara #B1C6BC

Tints of Tiara #B1C6BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 33.39%

R = 31.44%
G = 35.17%
B = 33.39%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#B1C6BC (or 0xB1C6BC) is known color: Tiara. HEX triplet: B1, C6 and BC. RGB value is (177,198,188). Sum of RGB (Red+Green+Blue) = 177+198+188=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C6BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1C6BC is #4E3943. Grayscale: #BEBEBE. Windows color (decimal): -5126468 or 12371633. OLE color: 12371633.

HSL color Cylindrical-coordinate representation of color #B1C6BC: hue angle of 151.43º 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 #B1C6BC is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 177 198 188 -
CMYK 0.11 0 0.05 0.22
HSL 151.43º 0.16% 0.74% -
HSV(B) 151.43º 0.11% 0.78% -
XYZ 47.4 53.37 55.38 -
YUV 190.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 177 198 188 0.11 0 0.05 0.22 151.43 0.16 0.74
Hex B1 C6 BC B 0 5 16 97 10 4A
Octal 261 306 274 13 0 5 26 227 20 112
Binary 10110001 11000110 10111100 1011 0 101 10110 10010111 10000 1001010

Color Harmonies of #B1C6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1C6BC

Black with #B1C6BC

Text Example


Text Example

White with #B1C6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1C6BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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