Html Css Color HEX #AFC8BC Tiara

📋 copy color: '#AFC8BC'

red 175 ◦ green 200 ◦ blue 188

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

Shades of Tiara #AFC8BC

Tints of Tiara #AFC8BC

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.52%

 BLUE value IS 188 (73.83% from 255) = 33.39%

R = 31.08%
G = 35.52%
B = 33.39%

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

#AFC8BC (or 0xAFC8BC) is known color: Tiara. HEX triplet: AF, C8 and BC. RGB value is (175,200,188). Sum of RGB (Red+Green+Blue) = 175+200+188=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8BC is #503743. Grayscale: #BFBFBF. Windows color (decimal): -5257028 or 12372143. OLE color: 12372143.

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

Color convert

RGB 175 200 188 -
CMYK 0.12 0 0.06 0.22
HSL 151.2º 0.19% 0.74% -
HSV(B) 151.2º 0.13% 0.78% -
XYZ 47.41 54.05 55.51 -
YUV 191.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 175 200 188 0.12 0 0.06 0.22 151.2 0.19 0.74
Hex AF C8 BC C 0 6 16 97 13 4A
Octal 257 310 274 14 0 6 26 227 23 112
Binary 10101111 11001000 10111100 1100 0 110 10110 10010111 10011 1001010

Color Harmonies of #AFC8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC8BC

Black with #AFC8BC

Text Example


Text Example

White with #AFC8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC8BC; }

 p { color: rgb(175,200,188); }

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

background-color css

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

 a { background-color: rgb(175,200,188); }

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

border-color css

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

 span { border-color: rgb(175,200,188); }

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