Html Css Color HEX #ABCCBC Nebula

📋 copy color: '#ABCCBC'

red 171 ◦ green 204 ◦ blue 188

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

Shades of Nebula #ABCCBC

Tints of Nebula #ABCCBC

RGB

 RED value IS 171 (67.19% from 255) = 30.37%

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

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

R = 30.37%
G = 36.23%
B = 33.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#ABCCBC (or 0xABCCBC) is known color: Nebula. HEX triplet: AB, CC and BC. RGB value is (171,204,188). Sum of RGB (Red+Green+Blue) = 171+204+188=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 204 (80.08% from 255 or 36.23% from 563); Blue value is 188 (73.83% from 255 or 33.39% from 563); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCBC is #543343. Grayscale: #C0C0C0. Windows color (decimal): -5518148 or 12373163. OLE color: 12373163.

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

Color convert

RGB 171 204 188 -
CMYK 0.16 0 0.08 0.2
HSL 150.91º 0.24% 0.74% -
HSV(B) 150.91º 0.16% 0.8% -
XYZ 47.46 55.47 55.78 -
YUV 192.31 125.57 112.8 -
System Red Green Blue C M Y K H S L
Decimal 171 204 188 0.16 0 0.08 0.2 150.91 0.24 0.74
Hex AB CC BC 10 0 8 14 97 18 4A
Octal 253 314 274 20 0 10 24 227 30 112
Binary 10101011 11001100 10111100 10000 0 1000 10100 10010111 11000 1001010

Color Harmonies of #ABCCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCCBC

Black with #ABCCBC

Text Example


Text Example

White with #ABCCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCCBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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