Html Css Color HEX #AFC9BD Tiara

📋 copy color: '#AFC9BD'

red 175 ◦ green 201 ◦ blue 189

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

Shades of Tiara #AFC9BD

Tints of Tiara #AFC9BD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.58%

 BLUE value IS 189 (74.22% from 255) = 33.45%

R = 30.97%
G = 35.58%
B = 33.45%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#AFC9BD (or 0xAFC9BD) is known color: Tiara. HEX triplet: AF, C9 and BD. RGB value is (175,201,189). Sum of RGB (Red+Green+Blue) = 175+201+189=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 201 - color contains mainly: green. Hex color #AFC9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC9BD is #503642. Grayscale: #BFBFBF. Windows color (decimal): -5256771 or 12437935. OLE color: 12437935.

HSL color Cylindrical-coordinate representation of color #AFC9BD: hue angle of 152.31º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFC9BD is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 201 189 -
CMYK 0.13 0 0.06 0.21
HSL 152.31º 0.19% 0.74% -
HSV(B) 152.31º 0.13% 0.79% -
XYZ 47.75 54.56 56.16 -
YUV 191.86 126.39 115.98 -
System Red Green Blue C M Y K H S L
Decimal 175 201 189 0.13 0 0.06 0.21 152.31 0.19 0.74
Hex AF C9 BD D 0 6 15 98 13 4A
Octal 257 311 275 15 0 6 25 230 23 112
Binary 10101111 11001001 10111101 1101 0 110 10101 10011000 10011 1001010

Color Harmonies of #AFC9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC9BD

Black with #AFC9BD

Text Example


Text Example

White with #AFC9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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