Html Css Color HEX #AFCCBD Nebula

📋 copy color: '#AFCCBD'

red 175 ◦ green 204 ◦ blue 189

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

Shades of Nebula #AFCCBD

Tints of Nebula #AFCCBD

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 value IS 0.14

 M value IS 0

 Y value IS 0.07

 K value IS 0.2

RGB Variations

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

Color information

#AFCCBD (or 0xAFCCBD) is known color: 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

RGB 175 204 189 -
CMYK 0.14 0 0.07 0.2
HSL 148.97º 0.22% 0.74% -
HSV(B) 148.97º 0.14% 0.8% -
XYZ 48.46 55.97 56.39 -
YUV 193.62 125.39 114.72 -
System Red Green Blue C M Y K H S L
Decimal 175 204 189 0.14 0 0.07 0.2 148.97 0.22 0.74
Hex AF CC BD E 0 7 14 95 16 4A
Octal 257 314 275 16 0 7 24 225 26 112
Binary 10101111 11001100 10111101 1110 0 111 10100 10010101 10110 1001010

Color Harmonies of #AFCCBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCCBD

Black with #AFCCBD

Text Example


Text Example

White with #AFCCBD

Text Example


Text Example

HTML Codes & Css Web 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>