#BACFC4

Color #BACFC4 Nebula (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nebula #BACFC4

Tints of Nebula #BACFC4

Color information

#BACFC4 (or 0xBACFC4) is unknown color: approx Nebula. HEX triplet: BA, CF and C4. RGB value is (186,207,196). Sum of RGB (Red+Green+Blue) = 186+207+196=589 (78% of max value = 765). Red value is 186 (73.05% from 255 or 31.58% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #BACFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BACFC4 is #45303B. Grayscale: #C7C7C7. Windows color (decimal): -4534332 or 12898234. OLE color: 12898234.

HSL color Cylindrical-coordinate representation of color #BACFC4: hue angle of 148.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BACFC4 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB186207196-
CMYK0.1000.050.19
HSL148.57º17.95%77.06%-
HSV(B)148.57º10.14%81.18%-
XYZ52.5359.0560.85-
YUV199.47126.04118.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 31.58%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 196 (76.95% from 255) = 33.28%
R=31.58%
G=35.14%
B=33.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862071960.1000.050.19148.5717.9577.06
HexBACFC4A051395124d
Octal27231730412052322522115
Binary101110101100111111000100101001011001110010101100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACFC4; }

 p { color: rgb(186,207,196); }

 H1.HeaderClassName
 {
   color: #BACFC4;
 }
 .AnyTagClassName
 {
   color: #BACFC4;
 }
</style>
background-color css

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

 a { background-color: rgb(186,207,196); }

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

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

 span { border-color: rgb(186,207,196); }

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