#AFCCBD

Color #AFCCBD Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #AFCCBD

Tints of Nebula #AFCCBD

Color information

#AFCCBD (or 0xAFCCBD) is unknown color: approx Nebula. HEX triplet: AF, CC and BD. RGB value is (175,204,189). Sum of RGB (Red+Green+Blue) = 175+204+189=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCCBD is #503342. Grayscale: #C1C1C1. Windows color (decimal): -5256003 or 12438703. OLE color: 12438703.

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

Color convert

RGB175204189-
CMYK0.1400.070.2
HSL148.97º22.14%74.31%-
HSV(B)148.97º14.22%80%-
XYZ48.4655.9756.39-
YUV193.62125.39114.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.81%
GREEN value IS 204 (80.08% from 255) = 35.92%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=30.81%
G=35.92%
B=33.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1752041890.1400.070.2148.9722.1474.31
HexAFCCBDE071495164a
Octal25731427516072422526112
Binary101011111100110010111101111001111010010010101101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCCBD; }

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

 H1.HeaderClassName
 {
   color: #AFCCBD;
 }
 .AnyTagClassName
 {
   color: #AFCCBD;
 }
</style>
background-color css

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

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

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

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

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

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