Html Css Color HEX #ACCFBB Nebula

📋 copy color: '#ACCFBB'

red 172 ◦ green 207 ◦ blue 187

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

Shades of Nebula #ACCFBB

Tints of Nebula #ACCFBB

RGB

 RED value IS 172 (67.58% from 255) = 30.39%

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

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

R = 30.39%
G = 36.57%
B = 33.04%

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

#ACCFBB (or 0xACCFBB) is known color: Nebula. HEX triplet: AC, CF and BB. RGB value is (172,207,187). Sum of RGB (Red+Green+Blue) = 172+207+187=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 207 (81.25% from 255 or 36.57% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFBB is #533044. Grayscale: #C2C2C2. Windows color (decimal): -5451845 or 12308396. OLE color: 12308396.

HSL color Cylindrical-coordinate representation of color #ACCFBB: hue angle of 145.71º 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 #ACCFBB is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 207 187 -
CMYK 0.17 0 0.10 0.19
HSL 145.71º 0.27% 0.74% -
HSV(B) 145.71º 0.17% 0.81% -
XYZ 48.3 56.98 55.47 -
YUV 194.26 123.9 112.13 -
System Red Green Blue C M Y K H S L
Decimal 172 207 187 0.17 0 0.10 0.19 145.71 0.27 0.74
Hex AC CF BB 11 0 A 13 92 1B 4A
Octal 254 317 273 21 0 12 23 222 33 112
Binary 10101100 11001111 10111011 10001 0 1010 10011 10010010 11011 1001010

Color Harmonies of #ACCFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCFBB

Black with #ACCFBB

Text Example


Text Example

White with #ACCFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCFBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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