Html Css Color HEX #AFC0BB Opal

📋 copy color: '#AFC0BB'

red 175 ◦ green 192 ◦ blue 187

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

Shades of Opal #AFC0BB

Tints of Opal #AFC0BB

RGB

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

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

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

R = 31.59%
G = 34.66%
B = 33.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#AFC0BB (or 0xAFC0BB) is known color: Opal. HEX triplet: AF, C0 and BB. RGB value is (175,192,187). Sum of RGB (Red+Green+Blue) = 175+192+187=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0BB is #503F44. Grayscale: #BABABA. Windows color (decimal): -5259077 or 12304559. OLE color: 12304559.

HSL color Cylindrical-coordinate representation of color #AFC0BB: hue angle of 162.35º 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 #AFC0BB is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 187 -
CMYK 0.09 0 0.03 0.25
HSL 162.35º 0.12% 0.72% -
HSV(B) 162.35º 0.09% 0.75% -
XYZ 45.5 50.4 54.34 -
YUV 186.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 175 192 187 0.09 0 0.03 0.25 162.35 0.12 0.72
Hex AF C0 BB 9 0 3 19 A2 C 48
Octal 257 300 273 11 0 3 31 242 14 110
Binary 10101111 11000000 10111011 1001 0 11 11001 10100010 1100 1001000

Color Harmonies of #AFC0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0BB

Black with #AFC0BB

Text Example


Text Example

White with #AFC0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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