Html Css Color HEX #AFC4BD Opal

📋 copy color: '#AFC4BD'

red 175 ◦ green 196 ◦ blue 189

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

Shades of Opal #AFC4BD

Tints of Opal #AFC4BD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35%

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

R = 31.25%
G = 35%
B = 33.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#AFC4BD (or 0xAFC4BD) is known color: Opal. HEX triplet: AF, C4 and BD. RGB value is (175,196,189). Sum of RGB (Red+Green+Blue) = 175+196+189=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 196 (76.95% from 255 or 35% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4BD is #503B42. Grayscale: #BCBCBC. Windows color (decimal): -5258051 or 12436655. OLE color: 12436655.

HSL color Cylindrical-coordinate representation of color #AFC4BD: hue angle of 160º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC4BD is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 189 -
CMYK 0.11 0 0.04 0.23
HSL 160º 0.15% 0.73% -
HSV(B) 160º 0.11% 0.77% -
XYZ 46.6 52.27 55.78 -
YUV 188.92 128.04 118.07 -
System Red Green Blue C M Y K H S L
Decimal 175 196 189 0.11 0 0.04 0.23 160 0.15 0.73
Hex AF C4 BD B 0 4 17 A0 F 49
Octal 257 304 275 13 0 4 27 240 17 111
Binary 10101111 11000100 10111101 1011 0 100 10111 10100000 1111 1001001

Color Harmonies of #AFC4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC4BD

Black with #AFC4BD

Text Example


Text Example

White with #AFC4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC4BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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