Html Css Color HEX #B3C6BE Tiara

📋 copy color: '#B3C6BE'

red 179 ◦ green 198 ◦ blue 190

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

Shades of Tiara #B3C6BE

Tints of Tiara #B3C6BE

RGB

 RED value IS 179 (70.31% from 255) = 31.57%

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

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

R = 31.57%
G = 34.92%
B = 33.51%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.22

RGB Variations

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

Color information

#B3C6BE (or 0xB3C6BE) is known color: Tiara. HEX triplet: B3, C6 and BE. RGB value is (179,198,190). Sum of RGB (Red+Green+Blue) = 179+198+190=567 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.57% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 190 (74.61% from 255 or 33.51% from 567); Max value from RGB is 198 - color contains mainly: green. Hex color #B3C6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3C6BE is #4C3941. Grayscale: #BFBFBF. Windows color (decimal): -4995394 or 12502707. OLE color: 12502707.

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

Color convert

RGB 179 198 190 -
CMYK 0.10 0 0.04 0.22
HSL 154.74º 0.14% 0.74% -
HSV(B) 154.74º 0.1% 0.78% -
XYZ 48.08 53.69 56.54 -
YUV 191.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 179 198 190 0.10 0 0.04 0.22 154.74 0.14 0.74
Hex B3 C6 BE A 0 4 16 9B E 4A
Octal 263 306 276 12 0 4 26 233 16 112
Binary 10110011 11000110 10111110 1010 0 100 10110 10011011 1110 1001010

Color Harmonies of #B3C6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3C6BE

Black with #B3C6BE

Text Example


Text Example

White with #B3C6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3C6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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