Html Css Color HEX #B5C7BE Tiara

📋 copy color: '#B5C7BE'

red 181 ◦ green 199 ◦ blue 190

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

Shades of Tiara #B5C7BE

Tints of Tiara #B5C7BE

RGB

 RED value IS 181 (71.09% from 255) = 31.75%

 GREEN value IS 199 (78.13% from 255) = 34.91%

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

R = 31.75%
G = 34.91%
B = 33.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#B5C7BE (or 0xB5C7BE) is known color: Tiara. HEX triplet: B5, C7 and BE. RGB value is (181,199,190). Sum of RGB (Red+Green+Blue) = 181+199+190=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 199 (78.12% from 255 or 34.91% from 570); Blue value is 190 (74.61% from 255 or 33.33% from 570); Max value from RGB is 199 - color contains mainly: green. Hex color #B5C7BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C7BE is #4A3841. Grayscale: #C0C0C0. Windows color (decimal): -4864066 or 12502965. OLE color: 12502965.

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

Color convert

RGB 181 199 190 -
CMYK 0.09 0 0.05 0.22
HSL 150º 0.14% 0.75% -
HSV(B) 150º 0.09% 0.78% -
XYZ 48.77 54.39 56.64 -
YUV 192.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 181 199 190 0.09 0 0.05 0.22 150 0.14 0.75
Hex B5 C7 BE 9 0 5 16 96 E 4B
Octal 265 307 276 11 0 5 26 226 16 113
Binary 10110101 11000111 10111110 1001 0 101 10110 10010110 1110 1001011

Color Harmonies of #B5C7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C7BE

Black with #B5C7BE

Text Example


Text Example

White with #B5C7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C7BE; }

 p { color: rgb(181,199,190); }

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

background-color css

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

 a { background-color: rgb(181,199,190); }

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

border-color css

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

 span { border-color: rgb(181,199,190); }

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