Html Css Color HEX #B4C2BB Tiara

📋 copy color: '#B4C2BB'

red 180 ◦ green 194 ◦ blue 187

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

Shades of Tiara #B4C2BB

Tints of Tiara #B4C2BB

RGB

 RED value IS 180 (70.7% from 255) = 32.09%

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

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

R = 32.09%
G = 34.58%
B = 33.33%

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

#B4C2BB (or 0xB4C2BB) is known color: Tiara. HEX triplet: B4, C2 and BB. RGB value is (180,194,187). Sum of RGB (Red+Green+Blue) = 180+194+187=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 194 (76.17% from 255 or 34.58% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C2BB is #4B3D44. Grayscale: #BDBDBD. Windows color (decimal): -4930885 or 12305076. OLE color: 12305076.

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

Color convert

RGB 180 194 187 -
CMYK 0.07 0 0.04 0.24
HSL 150º 0.1% 0.73% -
HSV(B) 150º 0.07% 0.76% -
XYZ 47.08 51.87 54.54 -
YUV 189.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 180 194 187 0.07 0 0.04 0.24 150 0.1 0.73
Hex B4 C2 BB 7 0 4 18 96 A 49
Octal 264 302 273 7 0 4 30 226 12 111
Binary 10110100 11000010 10111011 111 0 100 11000 10010110 1010 1001001

Color Harmonies of #B4C2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C2BB

Black with #B4C2BB

Text Example


Text Example

White with #B4C2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C2BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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