Html Css Color HEX #AFCBBA Nebula

📋 copy color: '#AFCBBA'

red 175 ◦ green 203 ◦ blue 186

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

Shades of Nebula #AFCBBA

Tints of Nebula #AFCBBA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.99%

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

R = 31.03%
G = 35.99%
B = 32.98%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#AFCBBA (or 0xAFCBBA) is known color: Nebula. HEX triplet: AF, CB and BA. RGB value is (175,203,186). Sum of RGB (Red+Green+Blue) = 175+203+186=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 186 (73.05% from 255 or 32.98% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #AFCBBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCBBA is #503445. Grayscale: #C0C0C0. Windows color (decimal): -5256262 or 12241839. OLE color: 12241839.

HSL color Cylindrical-coordinate representation of color #AFCBBA: hue angle of 143.57º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFCBBA is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 203 186 -
CMYK 0.14 0 0.08 0.20
HSL 143.57º 0.21% 0.74% -
HSV(B) 143.57º 0.14% 0.8% -
XYZ 47.9 55.37 54.62 -
YUV 192.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 175 203 186 0.14 0 0.08 0.20 143.57 0.21 0.74
Hex AF CB BA E 0 8 14 90 15 4A
Octal 257 313 272 16 0 10 24 220 25 112
Binary 10101111 11001011 10111010 1110 0 1000 10100 10010000 10101 1001010

Color Harmonies of #AFCBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCBBA

Black with #AFCBBA

Text Example


Text Example

White with #AFCBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCBBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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