Html Css Color HEX #B5C5BE Tiara

📋 copy color: '#B5C5BE'

red 181 ◦ green 197 ◦ blue 190

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

Shades of Tiara #B5C5BE

Tints of Tiara #B5C5BE

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.68%

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

R = 31.87%
G = 34.68%
B = 33.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#B5C5BE (or 0xB5C5BE) is known color: Tiara. HEX triplet: B5, C5 and BE. RGB value is (181,197,190). Sum of RGB (Red+Green+Blue) = 181+197+190=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 197 (77.34% from 255 or 34.68% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 197 - color contains mainly: green. Hex color #B5C5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C5BE is #4A3A41. Grayscale: #BFBFBF. Windows color (decimal): -4864578 or 12502453. OLE color: 12502453.

HSL color Cylindrical-coordinate representation of color #B5C5BE: hue angle of 153.75º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5C5BE is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 181 197 190 -
CMYK 0.08 0 0.04 0.23
HSL 153.75º 0.12% 0.74% -
HSV(B) 153.75º 0.08% 0.77% -
XYZ 48.32 53.47 56.49 -
YUV 191.42 127.2 120.57 -
System Red Green Blue C M Y K H S L
Decimal 181 197 190 0.08 0 0.04 0.23 153.75 0.12 0.74
Hex B5 C5 BE 8 0 4 17 9A C 4A
Octal 265 305 276 10 0 4 27 232 14 112
Binary 10110101 11000101 10111110 1000 0 100 10111 10011010 1100 1001010

Color Harmonies of #B5C5BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C5BE

Black with #B5C5BE

Text Example


Text Example

White with #B5C5BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C5BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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