Html Css Color HEX #AFCABB Nebula

📋 copy color: '#AFCABB'

red 175 ◦ green 202 ◦ blue 187

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

Shades of Nebula #AFCABB

Tints of Nebula #AFCABB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.82%

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

R = 31.03%
G = 35.82%
B = 33.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#AFCABB (or 0xAFCABB) is known color: Nebula. HEX triplet: AF, CA and BB. RGB value is (175,202,187). Sum of RGB (Red+Green+Blue) = 175+202+187=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 187 (73.44% from 255 or 33.16% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCABB is #503544. Grayscale: #C0C0C0. Windows color (decimal): -5256517 or 12307119. OLE color: 12307119.

HSL color Cylindrical-coordinate representation of color #AFCABB: hue angle of 146.67º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFCABB is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 175 202 187 -
CMYK 0.13 0 0.07 0.21
HSL 146.67º 0.2% 0.74% -
HSV(B) 146.67º 0.13% 0.79% -
XYZ 47.77 54.94 55.1 -
YUV 192.22 125.05 115.72 -
System Red Green Blue C M Y K H S L
Decimal 175 202 187 0.13 0 0.07 0.21 146.67 0.2 0.74
Hex AF CA BB D 0 7 15 93 14 4A
Octal 257 312 273 15 0 7 25 223 24 112
Binary 10101111 11001010 10111011 1101 0 111 10101 10010011 10100 1001010

Color Harmonies of #AFCABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCABB

Black with #AFCABB

Text Example


Text Example

White with #AFCABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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