Html Css Color HEX #ABCFBB Nebula

📋 copy color: '#ABCFBB'

red 171 ◦ green 207 ◦ blue 187

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

Shades of Nebula #ABCFBB

Tints of Nebula #ABCFBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.1%

R = 30.27%
G = 36.64%
B = 33.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#ABCFBB (or 0xABCFBB) is known color: Nebula. HEX triplet: AB, CF and BB. RGB value is (171,207,187). Sum of RGB (Red+Green+Blue) = 171+207+187=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFBB is #543044. Grayscale: #C2C2C2. Windows color (decimal): -5517381 or 12308395. OLE color: 12308395.

HSL color Cylindrical-coordinate representation of color #ABCFBB: hue angle of 146.67º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCFBB is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 207 187 -
CMYK 0.17 0 0.10 0.19
HSL 146.67º 0.27% 0.74% -
HSV(B) 146.67º 0.17% 0.81% -
XYZ 48.08 56.87 55.46 -
YUV 193.96 124.07 111.63 -
System Red Green Blue C M Y K H S L
Decimal 171 207 187 0.17 0 0.10 0.19 146.67 0.27 0.74
Hex AB CF BB 11 0 A 13 93 1B 4A
Octal 253 317 273 21 0 12 23 223 33 112
Binary 10101011 11001111 10111011 10001 0 1010 10011 10010011 11011 1001010

Color Harmonies of #ABCFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCFBB

Black with #ABCFBB

Text Example


Text Example

White with #ABCFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCFBB; }

 p { color: rgb(171,207,187); }

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

background-color css

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

 a { background-color: rgb(171,207,187); }

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

border-color css

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

 span { border-color: rgb(171,207,187); }

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