Html Css Color HEX #AFCCBC Nebula

📋 copy color: '#AFCCBC'

red 175 ◦ green 204 ◦ blue 188

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

Shades of Nebula #AFCCBC

Tints of Nebula #AFCCBC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.98%

 BLUE value IS 188 (73.83% from 255) = 33.16%

R = 30.86%
G = 35.98%
B = 33.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#AFCCBC (or 0xAFCCBC) is known color: Nebula. HEX triplet: AF, CC and BC. RGB value is (175,204,188). Sum of RGB (Red+Green+Blue) = 175+204+188=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCBC is #503343. Grayscale: #C1C1C1. Windows color (decimal): -5256004 or 12373167. OLE color: 12373167.

HSL color Cylindrical-coordinate representation of color #AFCCBC: hue angle of 146.9º degrees, saturation: 0.22, 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 #AFCCBC is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 188 -
CMYK 0.14 0 0.08 0.2
HSL 146.9º 0.22% 0.74% -
HSV(B) 146.9º 0.14% 0.8% -
XYZ 48.35 55.93 55.82 -
YUV 193.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 175 204 188 0.14 0 0.08 0.2 146.9 0.22 0.74
Hex AF CC BC E 0 8 14 93 16 4A
Octal 257 314 274 16 0 10 24 223 26 112
Binary 10101111 11001100 10111100 1110 0 1000 10100 10010011 10110 1001010

Color Harmonies of #AFCCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCCBC

Black with #AFCCBC

Text Example


Text Example

White with #AFCCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCCBC; }

 p { color: rgb(175,204,188); }

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

background-color css

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

 a { background-color: rgb(175,204,188); }

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

border-color css

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

 span { border-color: rgb(175,204,188); }

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