Html Css Color HEX #AFC6BA Nebula

📋 copy color: '#AFC6BA'

red 175 ◦ green 198 ◦ blue 186

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

Shades of Nebula #AFC6BA

Tints of Nebula #AFC6BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 33.27%

R = 31.31%
G = 35.42%
B = 33.27%

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

#AFC6BA (or 0xAFC6BA) is known color: Nebula. HEX triplet: AF, C6 and BA. RGB value is (175,198,186). Sum of RGB (Red+Green+Blue) = 175+198+186=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 186 (73.05% from 255 or 33.27% from 559); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6BA is #503945. Grayscale: #BDBDBD. Windows color (decimal): -5257542 or 12240559. OLE color: 12240559.

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

Color convert

RGB 175 198 186 -
CMYK 0.12 0 0.06 0.22
HSL 148.7º 0.17% 0.73% -
HSV(B) 148.7º 0.12% 0.78% -
XYZ 46.74 53.05 54.23 -
YUV 189.76 125.88 117.48 -
System Red Green Blue C M Y K H S L
Decimal 175 198 186 0.12 0 0.06 0.22 148.7 0.17 0.73
Hex AF C6 BA C 0 6 16 95 11 49
Octal 257 306 272 14 0 6 26 225 21 111
Binary 10101111 11000110 10111010 1100 0 110 10110 10010101 10001 1001001

Color Harmonies of #AFC6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC6BA

Black with #AFC6BA

Text Example


Text Example

White with #AFC6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC6BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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