Html Css Color HEX #AFC0BD Opal

📋 copy color: '#AFC0BD'

red 175 ◦ green 192 ◦ blue 189

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

Shades of Opal #AFC0BD

Tints of Opal #AFC0BD

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.53%

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

R = 31.47%
G = 34.53%
B = 33.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#AFC0BD (or 0xAFC0BD) is known color: Opal. HEX triplet: AF, C0 and BD. RGB value is (175,192,189). Sum of RGB (Red+Green+Blue) = 175+192+189=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 189 (74.22% from 255 or 33.99% from 556); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0BD is #503F42. Grayscale: #BABABA. Windows color (decimal): -5259075 or 12435631. OLE color: 12435631.

HSL color Cylindrical-coordinate representation of color #AFC0BD: hue angle of 169.41º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFC0BD is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 189 -
CMYK 0.09 0 0.02 0.25
HSL 169.41º 0.12% 0.72% -
HSV(B) 169.41º 0.09% 0.75% -
XYZ 45.71 50.49 55.48 -
YUV 186.58 129.37 119.74 -
System Red Green Blue C M Y K H S L
Decimal 175 192 189 0.09 0 0.02 0.25 169.41 0.12 0.72
Hex AF C0 BD 9 0 2 19 A9 C 48
Octal 257 300 275 11 0 2 31 251 14 110
Binary 10101111 11000000 10111101 1001 0 10 11001 10101001 1100 1001000

Color Harmonies of #AFC0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0BD

Black with #AFC0BD

Text Example


Text Example

White with #AFC0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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