Html Css Color HEX #AFC5BB Tiara

📋 copy color: '#AFC5BB'

red 175 ◦ green 197 ◦ blue 187

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

Shades of Tiara #AFC5BB

Tints of Tiara #AFC5BB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.24%

 BLUE value IS 187 (73.44% from 255) = 33.45%

R = 31.31%
G = 35.24%
B = 33.45%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#AFC5BB (or 0xAFC5BB) is known color: Tiara. HEX triplet: AF, C5 and BB. RGB value is (175,197,187). Sum of RGB (Red+Green+Blue) = 175+197+187=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5BB is #503A44. Grayscale: #BDBDBD. Windows color (decimal): -5257797 or 12305839. OLE color: 12305839.

HSL color Cylindrical-coordinate representation of color #AFC5BB: hue angle of 152.73º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC5BB is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 197 187 -
CMYK 0.11 0 0.05 0.23
HSL 152.73º 0.16% 0.73% -
HSV(B) 152.73º 0.11% 0.77% -
XYZ 46.62 52.63 54.72 -
YUV 189.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 175 197 187 0.11 0 0.05 0.23 152.73 0.16 0.73
Hex AF C5 BB B 0 5 17 99 10 49
Octal 257 305 273 13 0 5 27 231 20 111
Binary 10101111 11000101 10111011 1011 0 101 10111 10011001 10000 1001001

Color Harmonies of #AFC5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC5BB

Black with #AFC5BB

Text Example


Text Example

White with #AFC5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC5BB; }

 p { color: rgb(175,197,187); }

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

background-color css

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

 a { background-color: rgb(175,197,187); }

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

border-color css

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

 span { border-color: rgb(175,197,187); }

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