Html Css Color HEX #AFBDA8 Spring Rain

📋 copy color: '#AFBDA8'

red 175 ◦ green 189 ◦ blue 168

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

Shades of Spring Rain #AFBDA8

Tints of Spring Rain #AFBDA8

RGB

 RED value IS 175 (68.75% from 255) = 32.89%

 GREEN value IS 189 (74.22% from 255) = 35.53%

 BLUE value IS 168 (66.02% from 255) = 31.58%

R = 32.89%
G = 35.53%
B = 31.58%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#AFBDA8 (or 0xAFBDA8) is known color: Spring Rain. HEX triplet: AF, BD and A8. RGB value is (175,189,168). Sum of RGB (Red+Green+Blue) = 175+189+168=532 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.89% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 168 (66.02% from 255 or 31.58% from 532); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBDA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBDA8 is #504257. Grayscale: #B6B6B6. Windows color (decimal): -5259864 or 11058607. OLE color: 11058607.

HSL color Cylindrical-coordinate representation of color #AFBDA8: hue angle of 100º degrees, saturation: 0.14, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFBDA8 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 189 168 -
CMYK 0.07 0 0.11 0.26
HSL 100º 0.14% 0.7% -
HSV(B) 100º 0.11% 0.74% -
XYZ 42.94 48.34 44.11 -
YUV 182.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 175 189 168 0.07 0 0.11 0.26 100 0.14 0.7
Hex AF BD A8 7 0 B 1A 64 E 46
Octal 257 275 250 7 0 13 32 144 16 106
Binary 10101111 10111101 10101000 111 0 1011 11010 1100100 1110 1000110

Color Harmonies of #AFBDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBDA8

Black with #AFBDA8

Text Example


Text Example

White with #AFBDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBDA8; }

 p { color: rgb(175,189,168); }

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

background-color css

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

 a { background-color: rgb(175,189,168); }

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

border-color css

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

 span { border-color: rgb(175,189,168); }

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