Html Css Color HEX #AFC6BD Opal

📋 copy color: '#AFC6BD'

red 175 ◦ green 198 ◦ blue 189

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

Shades of Opal #AFC6BD

Tints of Opal #AFC6BD

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.23%

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

R = 31.14%
G = 35.23%
B = 33.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#AFC6BD (or 0xAFC6BD) is known color: Opal. HEX triplet: AF, C6 and BD. RGB value is (175,198,189). Sum of RGB (Red+Green+Blue) = 175+198+189=562 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.14% from 562); Green value is 198 (77.73% from 255 or 35.23% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6BD is #503942. Grayscale: #BEBEBE. Windows color (decimal): -5257539 or 12437167. OLE color: 12437167.

HSL color Cylindrical-coordinate representation of color #AFC6BD: hue angle of 156.52º degrees, saturation: 0.17, 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 #AFC6BD is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 198 189 -
CMYK 0.12 0 0.05 0.22
HSL 156.52º 0.17% 0.73% -
HSV(B) 156.52º 0.12% 0.78% -
XYZ 47.06 53.18 55.93 -
YUV 190.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 175 198 189 0.12 0 0.05 0.22 156.52 0.17 0.73
Hex AF C6 BD C 0 5 16 9D 11 49
Octal 257 306 275 14 0 5 26 235 21 111
Binary 10101111 11000110 10111101 1100 0 101 10110 10011101 10001 1001001

Color Harmonies of #AFC6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC6BD

Black with #AFC6BD

Text Example


Text Example

White with #AFC6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC6BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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