Html Css Color HEX #ACCFBC Nebula

📋 copy color: '#ACCFBC'

red 172 ◦ green 207 ◦ blue 188

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

Shades of Nebula #ACCFBC

Tints of Nebula #ACCFBC

RGB

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

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

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

R = 30.34%
G = 36.51%
B = 33.16%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#ACCFBC (or 0xACCFBC) is known color: Nebula. HEX triplet: AC, CF and BC. RGB value is (172,207,188). Sum of RGB (Red+Green+Blue) = 172+207+188=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCFBC is #533043. Grayscale: #C2C2C2. Windows color (decimal): -5451844 or 12373932. OLE color: 12373932.

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

Color convert

RGB 172 207 188 -
CMYK 0.17 0 0.09 0.19
HSL 147.43º 0.27% 0.74% -
HSV(B) 147.43º 0.17% 0.81% -
XYZ 48.4 57.03 56.03 -
YUV 194.37 124.4 112.04 -
System Red Green Blue C M Y K H S L
Decimal 172 207 188 0.17 0 0.09 0.19 147.43 0.27 0.74
Hex AC CF BC 11 0 9 13 93 1B 4A
Octal 254 317 274 21 0 11 23 223 33 112
Binary 10101100 11001111 10111100 10001 0 1001 10011 10010011 11011 1001010

Color Harmonies of #ACCFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCFBC

Black with #ACCFBC

Text Example


Text Example

White with #ACCFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCFBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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