Html Css Color HEX #B4CCAC Rainee

📋 copy color: '#B4CCAC'

red 180 ◦ green 204 ◦ blue 172

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

Shades of Rainee #B4CCAC

Tints of Rainee #B4CCAC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 36.69%

 BLUE value IS 172 (67.58% from 255) = 30.94%

R = 32.37%
G = 36.69%
B = 30.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#B4CCAC (or 0xB4CCAC) is known color: Rainee. HEX triplet: B4, CC and AC. RGB value is (180,204,172). Sum of RGB (Red+Green+Blue) = 180+204+172=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CCAC is #4B3353. Grayscale: #C1C1C1. Windows color (decimal): -4928340 or 11324596. OLE color: 11324596.

HSL color Cylindrical-coordinate representation of color #B4CCAC: hue angle of 105º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B4CCAC is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 180 204 172 -
CMYK 0.12 0 0.16 0.2
HSL 105º 0.24% 0.74% -
HSV(B) 105º 0.16% 0.8% -
XYZ 47.86 55.87 47.29 -
YUV 193.18 116.05 118.6 -
System Red Green Blue C M Y K H S L
Decimal 180 204 172 0.12 0 0.16 0.2 105 0.24 0.74
Hex B4 CC AC C 0 10 14 69 18 4A
Octal 264 314 254 14 0 20 24 151 30 112
Binary 10110100 11001100 10101100 1100 0 10000 10100 1101001 11000 1001010

Color Harmonies of #B4CCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CCAC

Black with #B4CCAC

Text Example


Text Example

White with #B4CCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CCAC; }

 p { color: rgb(180,204,172); }

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

background-color css

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

 a { background-color: rgb(180,204,172); }

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

border-color css

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

 span { border-color: rgb(180,204,172); }

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