Html Css Color HEX #B4C2B2 Rainee

📋 copy color: '#B4C2B2'

red 180 ◦ green 194 ◦ blue 178

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

Shades of Rainee #B4C2B2

Tints of Rainee #B4C2B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.25%

R = 32.61%
G = 35.14%
B = 32.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#B4C2B2 (or 0xB4C2B2) is known color: Rainee. HEX triplet: B4, C2 and B2. RGB value is (180,194,178). Sum of RGB (Red+Green+Blue) = 180+194+178=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 178 (69.92% from 255 or 32.25% from 552); Max value from RGB is 194 - color contains mainly: green. Hex color #B4C2B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C2B2 is #4B3D4D. Grayscale: #BCBCBC. Windows color (decimal): -4930894 or 11715252. OLE color: 11715252.

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

Color convert

RGB 180 194 178 -
CMYK 0.07 0 0.08 0.24
HSL 112.5º 0.12% 0.73% -
HSV(B) 112.5º 0.08% 0.76% -
XYZ 46.15 51.5 49.63 -
YUV 187.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 180 194 178 0.07 0 0.08 0.24 112.5 0.12 0.73
Hex B4 C2 B2 7 0 8 18 70 C 49
Octal 264 302 262 7 0 10 30 160 14 111
Binary 10110100 11000010 10110010 111 0 1000 11000 1110000 1100 1001001

Color Harmonies of #B4C2B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4C2B2

Black with #B4C2B2

Text Example


Text Example

White with #B4C2B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4C2B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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