Html Css Color HEX #B4CDAB Rainee

📋 copy color: '#B4CDAB'

red 180 ◦ green 205 ◦ blue 171

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

Shades of Rainee #B4CDAB

Tints of Rainee #B4CDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.87%

 BLUE value IS 171 (67.19% from 255) = 30.76%

R = 32.37%
G = 36.87%
B = 30.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#B4CDAB (or 0xB4CDAB) is known color: Rainee. HEX triplet: B4, CD and AB. RGB value is (180,205,171). Sum of RGB (Red+Green+Blue) = 180+205+171=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #B4CDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CDAB is #4B3254. Grayscale: #C1C1C1. Windows color (decimal): -4928085 or 11259316. OLE color: 11259316.

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

Color convert

RGB 180 205 171 -
CMYK 0.12 0 0.17 0.20
HSL 104.12º 0.25% 0.74% -
HSV(B) 104.12º 0.17% 0.8% -
XYZ 48 56.31 46.87 -
YUV 193.65 115.22 118.26 -
System Red Green Blue C M Y K H S L
Decimal 180 205 171 0.12 0 0.17 0.20 104.12 0.25 0.74
Hex B4 CD AB C 0 11 14 68 19 4A
Octal 264 315 253 14 0 21 24 150 31 112
Binary 10110100 11001101 10101011 1100 0 10001 10100 1101000 11001 1001010

Color Harmonies of #B4CDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4CDAB

Black with #B4CDAB

Text Example


Text Example

White with #B4CDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4CDAB; }

 p { color: rgb(180,205,171); }

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

background-color css

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

 a { background-color: rgb(180,205,171); }

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

border-color css

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

 span { border-color: rgb(180,205,171); }

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