Html Css Color HEX #B5CDAD Rainee

📋 copy color: '#B5CDAD'

red 181 ◦ green 205 ◦ blue 173

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

Shades of Rainee #B5CDAD

Tints of Rainee #B5CDAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 30.95%

R = 32.38%
G = 36.67%
B = 30.95%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#B5CDAD (or 0xB5CDAD) is known color: Rainee. HEX triplet: B5, CD and AD. RGB value is (181,205,173). Sum of RGB (Red+Green+Blue) = 181+205+173=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 173 (67.97% from 255 or 30.95% from 559); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5CDAD is #4A3252. Grayscale: #C2C2C2. Windows color (decimal): -4862547 or 11390389. OLE color: 11390389.

HSL color Cylindrical-coordinate representation of color #B5CDAD: 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 #B5CDAD is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 205 173 -
CMYK 0.12 0 0.16 0.20
HSL 105º 0.24% 0.74% -
HSV(B) 105º 0.16% 0.8% -
XYZ 48.43 56.5 47.89 -
YUV 194.18 116.05 118.6 -
System Red Green Blue C M Y K H S L
Decimal 181 205 173 0.12 0 0.16 0.20 105 0.24 0.74
Hex B5 CD AD C 0 10 14 69 18 4A
Octal 265 315 255 14 0 20 24 151 30 112
Binary 10110101 11001101 10101101 1100 0 10000 10100 1101001 11000 1001010

Color Harmonies of #B5CDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CDAD

Black with #B5CDAD

Text Example


Text Example

White with #B5CDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CDAD; }

 p { color: rgb(181,205,173); }

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

background-color css

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

 a { background-color: rgb(181,205,173); }

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

border-color css

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

 span { border-color: rgb(181,205,173); }

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