Html Css Color HEX #B5C2BB Tiara

📋 copy color: '#B5C2BB'

red 181 ◦ green 194 ◦ blue 187

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

Shades of Tiara #B5C2BB

Tints of Tiara #B5C2BB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.52%

 BLUE value IS 187 (73.44% from 255) = 33.27%

R = 32.21%
G = 34.52%
B = 33.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#B5C2BB (or 0xB5C2BB) is known color: Tiara. HEX triplet: B5, C2 and BB. RGB value is (181,194,187). Sum of RGB (Red+Green+Blue) = 181+194+187=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 194 (76.17% from 255 or 34.52% from 562); Blue value is 187 (73.44% from 255 or 33.27% from 562); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5C2BB is #4A3D44. Grayscale: #BDBDBD. Windows color (decimal): -4865349 or 12305077. OLE color: 12305077.

HSL color Cylindrical-coordinate representation of color #B5C2BB: hue angle of 147.69º degrees, saturation: 0.1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B5C2BB is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 194 187 -
CMYK 0.07 0 0.04 0.24
HSL 147.69º 0.1% 0.74% -
HSV(B) 147.69º 0.07% 0.76% -
XYZ 47.32 52 54.56 -
YUV 189.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 181 194 187 0.07 0 0.04 0.24 147.69 0.1 0.74
Hex B5 C2 BB 7 0 4 18 94 A 4A
Octal 265 302 273 7 0 4 30 224 12 112
Binary 10110101 11000010 10111011 111 0 100 11000 10010100 1010 1001010

Color Harmonies of #B5C2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C2BB

Black with #B5C2BB

Text Example


Text Example

White with #B5C2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C2BB; }

 p { color: rgb(181,194,187); }

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

background-color css

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

 a { background-color: rgb(181,194,187); }

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

border-color css

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

 span { border-color: rgb(181,194,187); }

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