Html Css Color HEX #AFC7BB Tiara

📋 copy color: '#AFC7BB'

red 175 ◦ green 199 ◦ blue 187

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

Shades of Tiara #AFC7BB

Tints of Tiara #AFC7BB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.47%

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

R = 31.19%
G = 35.47%
B = 33.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#AFC7BB (or 0xAFC7BB) is known color: Tiara. HEX triplet: AF, C7 and BB. RGB value is (175,199,187). Sum of RGB (Red+Green+Blue) = 175+199+187=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 187 (73.44% from 255 or 33.33% from 561); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC7BB is #503844. Grayscale: #BEBEBE. Windows color (decimal): -5257285 or 12306351. OLE color: 12306351.

HSL color Cylindrical-coordinate representation of color #AFC7BB: hue angle of 150º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC7BB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 199 187 -
CMYK 0.12 0 0.06 0.22
HSL 150º 0.18% 0.73% -
HSV(B) 150º 0.12% 0.78% -
XYZ 47.07 53.55 54.87 -
YUV 190.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 175 199 187 0.12 0 0.06 0.22 150 0.18 0.73
Hex AF C7 BB C 0 6 16 96 12 49
Octal 257 307 273 14 0 6 26 226 22 111
Binary 10101111 11000111 10111011 1100 0 110 10110 10010110 10010 1001001

Color Harmonies of #AFC7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC7BB

Black with #AFC7BB

Text Example


Text Example

White with #AFC7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC7BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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