Html Css Color HEX #AFCFBE Nebula

📋 copy color: '#AFCFBE'

red 175 ◦ green 207 ◦ blue 190

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

Shades of Nebula #AFCFBE

Tints of Nebula #AFCFBE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.19%

 BLUE value IS 190 (74.61% from 255) = 33.22%

R = 30.59%
G = 36.19%
B = 33.22%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#AFCFBE (or 0xAFCFBE) is known color: Nebula. HEX triplet: AF, CF and BE. RGB value is (175,207,190). Sum of RGB (Red+Green+Blue) = 175+207+190=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 190 (74.61% from 255 or 33.22% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCFBE is #503041. Grayscale: #C3C3C3. Windows color (decimal): -5255234 or 12505007. OLE color: 12505007.

HSL color Cylindrical-coordinate representation of color #AFCFBE: hue angle of 148.12º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFCFBE is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 207 190 -
CMYK 0.15 0 0.08 0.19
HSL 148.13º 0.25% 0.75% -
HSV(B) 148.13º 0.15% 0.81% -
XYZ 49.29 57.46 57.21 -
YUV 195.49 124.9 113.38 -
System Red Green Blue C M Y K H S L
Decimal 175 207 190 0.15 0 0.08 0.19 148.13 0.25 0.75
Hex AF CF BE F 0 8 13 94 19 4B
Octal 257 317 276 17 0 10 23 224 31 113
Binary 10101111 11001111 10111110 1111 0 1000 10011 10010100 11001 1001011

Color Harmonies of #AFCFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCFBE

Black with #AFCFBE

Text Example


Text Example

White with #AFCFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCFBE; }

 p { color: rgb(175,207,190); }

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

background-color css

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

 a { background-color: rgb(175,207,190); }

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

border-color css

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

 span { border-color: rgb(175,207,190); }

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